feat(lsp): init
2 files changed, 23 insertions(+), 0 deletions(-) M config/plugins/default.nix A config/plugins/lsp.nix
M config/plugins/default.nix => config/plugins/default.nix +1 -0
@@ 2,6 2,7 @@ imports = [ ./cmp.nix ./illuminate.nix ./lsp.nix ./oil.nix ./telescope.nix ./treesitter.nix
A config/plugins/lsp.nix => config/plugins/lsp.nix +22 -0
@@ 0,0 1,22 @@ { plugins = { lsp = { enable = true; servers = { html.enable = true; htmx.enable = true; nil_ls.enable = true; rust-analyzer = { enable = true; installCargo = false; installRustc = false; }; taplo.enable = true; tailwindcss.enable = true; templ.enable = true; yamlls.enable = true; }; }; fidget.enable = true; }; }