DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

045781927abfceec5a89b0d666fc70f2353f859d — Jonni Liljamo 3 days ago 0452f21
feat(lsp): change to nixd from nil_ls
1 files changed, 1 insertions(+), 1 deletions(-)

M config/plugins/lsp.nix
M config/plugins/lsp.nix => config/plugins/lsp.nix +1 -1
@@ 7,7 7,7 @@
        gopls.enable = true;
        html.enable = true;
        htmx.enable = true;
        nil_ls.enable = true;
        nixd.enable = true;
        protols = {
          enable = true;
          package = pkgs.protols;