fix(nvim): replace packadd required in script
This commit is contained in:
parent
39bb6188d8
commit
7158f541b9
4
nvimrc
4
nvimrc
|
@ -333,8 +333,8 @@ packadd! vim-rhubarb " https://github.com/tpope/vim-rhubarb.git
|
||||||
packadd! editorconfig-vim " https://github.com/editorconfig/editorconfig-vim.git
|
packadd! editorconfig-vim " https://github.com/editorconfig/editorconfig-vim.git
|
||||||
packadd! vim-wordmotion " https://github.com/chaoren/vim-wordmotion.git
|
packadd! vim-wordmotion " https://github.com/chaoren/vim-wordmotion.git
|
||||||
|
|
||||||
" formatter.nvim
|
" formatter.nvim: see lua/formatter.lua
|
||||||
" See lua/formatter.lua
|
" packadd! formatter.nvim " https://github.com/mhartington/formatter.nvim.git
|
||||||
|
|
||||||
" enable inline vim highlighting:
|
" enable inline vim highlighting:
|
||||||
let g:vimsyn_embed= 'lPr'
|
let g:vimsyn_embed= 'lPr'
|
||||||
|
|
Loading…
Reference in New Issue