nvim: plugins: Drop parinfer

We do not work with any Scheme/LISP languages to keep this around.
This commit is contained in:
Sanchayan Maity 2024-12-10 17:04:39 +05:30
parent 99ab192efe
commit 251de7448c
Signed by: sanchayanmaity
GPG key ID: 6F6A0609C12038F3

View file

@ -32,10 +32,8 @@ require "paq" {
'mfussenegger/nvim-treehopper' , 'mfussenegger/nvim-treehopper' ,
-- Linter -- Linter
'mfussenegger/nvim-lint' , 'mfussenegger/nvim-lint' ,
-- Language specific
'windwp/nvim-autopairs' ,
'gpanders/nvim-parinfer' ,
-- Miscellaneous -- Miscellaneous
'windwp/nvim-autopairs' ,
'junegunn/vim-easy-align' , 'junegunn/vim-easy-align' ,
'chentoast/marks.nvim' , 'chentoast/marks.nvim' ,
'christoomey/vim-tmux-navigator' , 'christoomey/vim-tmux-navigator' ,