summary refs log tree commit diff stats
path: root/user/settings/neovim.nix
diff options
context:
space:
mode:
authorAlan Pearce2023-04-17 09:23:15 +0200
committerAlan Pearce2023-04-17 09:23:15 +0200
commitd3779759662e190b9ce7ccbd4620b956984e2b07 (patch)
tree2a3301e975298f9f77df693273aa6690940ac5ae /user/settings/neovim.nix
parent83ff6d74036e287497bf987f336ca800b101ed0b (diff)
downloadnixfiles-d3779759662e190b9ce7ccbd4620b956984e2b07.tar.lz
nixfiles-d3779759662e190b9ce7ccbd4620b956984e2b07.tar.zst
nixfiles-d3779759662e190b9ce7ccbd4620b956984e2b07.zip
TabNine: move basic editor setup to tabnine module
Diffstat (limited to 'user/settings/neovim.nix')
-rw-r--r--user/settings/neovim.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/user/settings/neovim.nix b/user/settings/neovim.nix
index 4fd58b11..87398783 100644
--- a/user/settings/neovim.nix
+++ b/user/settings/neovim.nix
@@ -12,7 +12,6 @@
       commentary
       coc-git
       coc-json
-      coc-tabnine
       coc-yaml
       direnv-vim
       vim-surround
@@ -25,9 +24,6 @@
         "suggest.enablePreview" = true;
         "coc.preferences.formatOnSaveFiletypes" = [ "nix" ];
         "nil.formatting.command" = "nixpkgs-fmt";
-        tabnine = {
-          binary_path = "${pkgs.tabnine}/bin/TabNine";
-        };
         semantictokens = {
           filetypes = [ "nix" ];
         };