Add nvim-lint plugin

This commit is contained in:
Yorick Barbanneau 2022-04-18 00:04:01 +02:00
parent 8c2ffc6202
commit 16f1e00291
2 changed files with 5 additions and 1 deletions

View file

@ -23,5 +23,8 @@ require "paq" {
-- autocompletion plugin
'hrsh7th/nvim-cmp';
'hrsh7th/cmp-nvim-lsp'
'hrsh7th/cmp-nvim-lsp';
-- vim lint when it is not possible withlsp
'mfussenegger/nvim-lint';
}