From 7158f541b9132892bf2082cc23d81097a487e6ba Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Sun, 17 Sep 2023 22:39:18 +0200 Subject: [PATCH] fix(nvim): replace packadd required in script --- nvimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nvimrc b/nvimrc index 59d16bc..5ca8c03 100644 --- a/nvimrc +++ b/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! 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'