mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
nvim-lsp/gopls: fix syntax
This commit is contained in:
parent
ce16aebd2f
commit
c619977f03
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ in
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
programs.nixvim.extraPackages = [ pkgs.gopls ];
|
programs.nixvim.extraPackages = [ pkgs.gopls ];
|
||||||
|
|
||||||
programs.nixvim.plugins.lsp.enabledServers = [ "gopls"];
|
programs.nixvim.plugins.lsp.enabledServers = [ "gopls" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue