fix(nvim): replace packadd required in script

This commit is contained in:
Rob Watson 2023-09-17 22:39:18 +02:00
parent 39bb6188d8
commit 7158f541b9
1 changed files with 2 additions and 2 deletions

4
nvimrc
View File

@ -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! vim-wordmotion " https://github.com/chaoren/vim-wordmotion.git
" formatter.nvim
" See lua/formatter.lua
" formatter.nvim: see lua/formatter.lua
" packadd! formatter.nvim " https://github.com/mhartington/formatter.nvim.git
" enable inline vim highlighting:
let g:vimsyn_embed= 'lPr'