This commit is contained in:
Ray Elliott 2021-09-05 19:47:46 +01:00
parent e208545120
commit dd6b4f1284
1 changed files with 1 additions and 2 deletions

View File

@ -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