feat(nvim): use better parinfer

This commit is contained in:
buffet 2023-03-10 22:11:59 +01:00
parent 1f35a04ed4
commit d5db8f0361

View file

@ -50,11 +50,11 @@
{plugin = fugitive;} {plugin = fugitive;}
{plugin = lualine-lsp-progress;} {plugin = lualine-lsp-progress;}
{plugin = nvim-cmp-vlime;} {plugin = nvim-cmp-vlime;}
{plugin = parinfer-rust;}
{plugin = playground;} {plugin = playground;}
{plugin = rust-vim;} {plugin = rust-vim;}
{plugin = tabular;} {plugin = tabular;}
{plugin = vim-nix;} {plugin = vim-nix;}
{plugin = vim-parinfer;}
{plugin = vim-repeat;} {plugin = vim-repeat;}
{plugin = vlime;} {plugin = vlime;}