update
This commit is contained in:
parent
e208545120
commit
dd6b4f1284
|
@ -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 <<EOF
|
||||
require('init-plugins')
|
||||
EOF
|
||||
|
|
Loading…
Reference in New Issue