nixbook: tidying, add gopls

This commit is contained in:
tristan 2024-10-24 10:45:12 +01:00
parent 8874e920d2
commit ca39b169c2
5 changed files with 6 additions and 20 deletions

View file

@ -188,6 +188,7 @@
servers = {
ts-ls.enable = true;
nil-ls.enable = true;
gopls.enable = true;
};
keymaps = {
lspBuf = {
@ -263,7 +264,6 @@
};
oil.enable = true;
autoclose.enable = true;
ts-autotag.enable = true;
guess-indent.enable = true;
};