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
|
||||||
" https://github.com/neovim/nvim-lspconfig/wiki
|
" https://github.com/neovim/nvim-lspconfig/wiki
|
||||||
Plug 'neovim/nvim-lspconfig'
|
Plug 'neovim/nvim-lspconfig'
|
||||||
|
|
||||||
" setings after plug#end
|
|
||||||
"}}}
|
"}}}
|
||||||
" #nvim-cmp {{{
|
" #nvim-cmp {{{
|
||||||
" https://github.com/hrsh7th/nvim-cmp/
|
" https://github.com/hrsh7th/nvim-cmp/
|
||||||
|
@ -313,6 +311,7 @@ let g:vim_markdown_fenced_languages = ['bash=sh']
|
||||||
call plug#end()
|
call plug#end()
|
||||||
runtime macros/matchit.vim
|
runtime macros/matchit.vim
|
||||||
|
|
||||||
|
" require lua init module
|
||||||
lua <<EOF
|
lua <<EOF
|
||||||
require('init-plugins')
|
require('init-plugins')
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in New Issue