all repos — nixfiles @ d3779759662e190b9ce7ccbd4620b956984e2b07

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

TabNine: move basic editor setup to tabnine module

Alan Pearce
commit

d3779759662e190b9ce7ccbd4620b956984e2b07

parent

83ff6d74036e287497bf987f336ca800b101ed0b

1 file changed, 0 insertions(+), 4 deletions(-)

changed files
M user/settings/neovim.nixuser/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" ]; };