mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 00:39:45 +01:00
addc78bea0
This adds two new options: 'programs.neovim.coc.{enable,settings}`. These settings offer a simple interface over `xdg.configFile."nvim/coc-settings.json`, using the standard Nix' syntax instead of a multiline string.
6 lines
158 B
Nix
6 lines
158 B
Nix
{
|
|
neovim-plugin-config = ./plugin-config.nix;
|
|
neovim-coc-config = ./coc-config.nix;
|
|
# waiting for a nixpkgs patch
|
|
# neovim-no-init = ./no-init.nix;
|
|
}
|