diff options
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 0aa29d17..0059f342 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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", |