shellcheck in neovim???

This commit is contained in:
LinlyBoi
2022-12-04 09:20:57 +02:00
parent 6c5ac3ae8d
commit e5a471a9ba
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ local on_attach = require("plugins.configs.lspconfig").on_attach
local capabilities = require("plugins.configs.lspconfig").capabilities
local lspconfig = require "lspconfig"
local servers = { "html", "cssls", "clangd","tsserver","angularls","rust_analyzer","rustfmt","r_language_server",}
local servers = { "html", "cssls", "clangd","tsserver","angularls","rust_analyzer","rustfmt","r_language_server","shellcheck",}
for _, lsp in ipairs(servers) do
lspconfig[lsp].setup {