[Feature] add linter support (#982)

This commit is contained in:
Luc Sinet 2021-07-17 00:30:38 +02:00 committed by GitHub
parent fe48ed9ef9
commit 836286798e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 107 additions and 84 deletions

View file

@ -86,6 +86,12 @@ return require("packer").startup(function(use)
end,
}
-- Linter
use {
"mfussenegger/nvim-lint",
config = require("core.linter").setup,
}
-- NvimTree
use {
"kyazdani42/nvim-tree.lua",