lsp: add gopls
This commit is contained in:
parent
aea55dcd6c
commit
fdf7775c73
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@
|
||||||
terraformls = {
|
terraformls = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
gopls = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
inlayHints = true;
|
inlayHints = true;
|
||||||
keymaps = {
|
keymaps = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue