feat(nixvim): add gopls lsp

This commit is contained in:
toast 2025-11-19 19:05:35 +09:00
parent 89d86413dd
commit a2f0329248

View file

@ -7,6 +7,7 @@
pyright.enable = true;
tailwindcss.enable = true;
nil_ls.enable = true;
gopls.enable = true;
};
};
}