DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

c5ea51718a0900ee0deb25c95d186a6af10b46aa — Jonni Liljamo a month ago 1297370
feat(lsp): gopls
1 files changed, 1 insertions(+), 0 deletions(-)

M config/plugins/lsp.nix
M config/plugins/lsp.nix => config/plugins/lsp.nix +1 -0
@@ 3,6 3,7 @@
    lsp = {
      enable = true;
      servers = {
        gopls.enable = true;
        html.enable = true;
        htmx.enable = true;
        nil-ls.enable = true;