all repos — nixfiles @ 643cb57ea23dd39f357738d47530484800c77b8a

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

neovim: use nixvim to manage plugins and configuration

Alan Pearce
commit

643cb57ea23dd39f357738d47530484800c77b8a

parent

4d656564a8693818146ed8b59d7c9f81af21169d

1 file changed, 3 insertions(+), 5 deletions(-)

changed files
M user/modules/tabnine.nixuser/modules/tabnine.nix
@@ -61,11 +61,9 @@ home.file."${cfg.configDir}/registration_key" = {
text = cfg.registrationKey; }; - programs.neovim.plugins = [ - pkgs.vimPlugins.coc-tabnine - ]; - programs.neovim.coc.settings = { - "tabnine.binary_path" = "${pkgs.tabnine}/bin/TabNine"; + programs.nixvim.plugins = { + blink-compat.enable = true; + cmp-tabnine.enable = true; }; programs.emacs.extraPackages = epkgs: [