diff --git a/Internal/os_nvim_init.vim b/Internal/os_nvim_init.vim index fff18b3..0563639 100644 --- a/Internal/os_nvim_init.vim +++ b/Internal/os_nvim_init.vim @@ -18,7 +18,7 @@ call plug#begin(stdpath('config') . '/plugged') " Plug 'https://github.com/nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} Plug 'junegunn/vim-easy-align' Plug 'https://github.com/bfrg/vim-cpp-modern' - Plug 'https://github.com/ggandor/leap.nvim' + Plug 'https://codeberg.org/andyg/leap.nvim' Plug 'https://github.com/sainnhe/gruvbox-material' Plug 'https://github.com/Tetralux/odin.vim' "Odin Syntax highlighting @@ -196,10 +196,6 @@ lua < /dev/null && pwd )\"\n" devenv_script_buffer += f"PATH=\"$( cd -- $( dirname -- \"${{BASH_SOURCE[0]}}\" ) &> /dev/null && pwd )/Scripts\":$PATH\n"