mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
added gopls language server
This commit is contained in:
parent
4d1efa07d5
commit
33095b1e49
1 changed files with 11 additions and 0 deletions
|
@ -158,6 +158,17 @@ in
|
|||
|
||||
plugins = {
|
||||
|
||||
lsp = {
|
||||
enable = true;
|
||||
servers = {
|
||||
gopls = {
|
||||
enable = true;
|
||||
installLanguageServer = true;
|
||||
};
|
||||
html.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
nvim-tree = {
|
||||
enable = true;
|
||||
openOnSetup = true;
|
||||
|
|
Loading…
Reference in a new issue