1
0
Fork 0

fix neovim

This commit is contained in:
Malte Brandy 2021-07-05 21:10:27 +02:00
parent a09b413eb2
commit 5c18ff0983
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -87,7 +87,7 @@ in
};
home = {
file.".config/nvim/coc-settings.json".text = builtins.toJSON cocSettings;
packages = [ neovim pkgs.neuron-language-server ];
packages = [ pkgs.neuron-language-server ];
sessionVariables.EDITOR = "nvim";
};
}