aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/lsp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lua/plugins/lsp.lua')
-rw-r--r--nvim/lua/plugins/lsp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/lua/plugins/lsp.lua b/nvim/lua/plugins/lsp.lua
index 30e3924..4872a25 100644
--- a/nvim/lua/plugins/lsp.lua
+++ b/nvim/lua/plugins/lsp.lua
@@ -23,7 +23,7 @@ return {
23 vim.lsp.config.bashls = { 23 vim.lsp.config.bashls = {
24 settings = { 24 settings = {
25 bashIde = { 25 bashIde = {
26 shellcheck = { 26 shellcheck = { -- pkg install hs-ShellSheck
27 enable = true, 27 enable = true,
28 severity = { 28 severity = {
29 error = "error", 29 error = "error",