TabNine: move basic editor setup to tabnine module
1 file changed, 0 insertions(+), 4 deletions(-)
changed files
M user/settings/neovim.nix → user/settings/neovim.nix
@@ -12,7 +12,6 @@ plugins = with pkgs.vimPlugins; [ commentary coc-git coc-json - coc-tabnine coc-yaml direnv-vim vim-surround@@ -25,9 +24,6 @@ "json.enable" = true; "suggest.enablePreview" = true; "coc.preferences.formatOnSaveFiletypes" = [ "nix" ]; "nil.formatting.command" = "nixpkgs-fmt"; - tabnine = { - binary_path = "${pkgs.tabnine}/bin/TabNine"; - }; semantictokens = { filetypes = [ "nix" ]; };