diff --git a/init.plugins.vim b/init.plugins.vim index 666fa86..641b71b 100644 --- a/init.plugins.vim +++ b/init.plugins.vim @@ -47,8 +47,6 @@ let g:material_style = 'lighter' " https://github.com/neovim/nvim-lspconfig " https://github.com/neovim/nvim-lspconfig/wiki Plug 'neovim/nvim-lspconfig' - - " setings after plug#end "}}} " #nvim-cmp {{{ " https://github.com/hrsh7th/nvim-cmp/ @@ -313,6 +311,7 @@ let g:vim_markdown_fenced_languages = ['bash=sh'] call plug#end() runtime macros/matchit.vim +" require lua init module lua <