chore(nvim): configuration and plugin updates

This commit is contained in:
2023-09-20 08:27:14 +03:00
parent 6f3f977100
commit 43df368ec1
7 changed files with 81 additions and 5 deletions

View File

@@ -1,7 +1,10 @@
return {
"neovim/nvim-lspconfig",
opts = {
servers = { eslint = {} },
servers = {
eslint = {},
tflint = {},
},
setup = {
eslint = function()
require("lazyvim.util").on_attach(function(client)