neovim: use builtin home-manager module to configure coc
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M user/settings/tabnine.nix → user/settings/tabnine.nix
@@ -87,7 +87,7 @@ }; }; }; - programs.neovim.coc.config = { + programs.neovim.coc.settings = { "tabnine.binary_path" = "${pkgs.tabnine}/bin/TabNine"; }; }