all repos — nixfiles @ 5e5cb81bc8f7a344fc43bc658fd409be5da55e67

System and user configuration, managed by nix and home-manager

neovim: use builtin home-manager module to configure coc

Alan Pearce
commit

5e5cb81bc8f7a344fc43bc658fd409be5da55e67

parent

f61a949a9a394afd3f21b8e993412630ad73a2e9

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M user/settings/tabnine.nixuser/settings/tabnine.nix
@@ -87,7 +87,7 @@ };
}; }; - programs.neovim.coc.config = { + programs.neovim.coc.settings = { "tabnine.binary_path" = "${pkgs.tabnine}/bin/TabNine"; }; }