neovim: use nixvim to manage plugins and configuration
1 file changed, 3 insertions(+), 5 deletions(-)
changed files
M user/modules/tabnine.nix → user/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: [