diff --git a/neovim/config/lsp.nix b/neovim/config/lsp.nix index d9fa76b..3628697 100644 --- a/neovim/config/lsp.nix +++ b/neovim/config/lsp.nix @@ -83,7 +83,7 @@ ] ); - setup = { + languages = { sh = { #linter = "shellcheck"; formatter = "shfmt";