diff --git a/config/plugins/lsp.nix b/config/plugins/lsp.nix index 059cc2d..063b57b 100644 --- a/config/plugins/lsp.nix +++ b/config/plugins/lsp.nix @@ -44,8 +44,8 @@ # lua (nvim config) lua-ls.enable = true; - # ocaml - ocamllsp.enable = true; + # bash + bashls.enable = true; # nix nixd = {