diff --git a/Installer/os_nvim_init.vim b/Installer/os_nvim_init.vim index a26739b..fbf2e98 100644 --- a/Installer/os_nvim_init.vim +++ b/Installer/os_nvim_init.vim @@ -6,8 +6,16 @@ call plug#begin(stdpath('config') . '/plugged') Plug 'https://github.com/junegunn/fzf.vim' Plug 'https://github.com/Tetralux/odin.vim' Plug 'https://github.com/morhetz/gruvbox' + Plug 'https://github.com/neovim/nvim-lspconfig' call plug#end() +" Setup LSP +" ============================================================================== +lua <