dev: remove tabnine

This commit is contained in:
NotAShelf 2023-02-15 11:38:36 +03:00
parent 0e8dd15d27
commit ffc891ebc6
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1

View file

@ -44,7 +44,6 @@
# Flake inputs
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
flake-utils.url = "github:numtide/flake-utils";
flake-parts.url = "github:hercules-ci/flake-parts";
# For generating documentation website
@ -374,11 +373,6 @@
flake = false;
};
tabnine-nvim = {
url = "github:codota/tabnine-nvim";
flake = false;
};
# Session management
nvim-session-manager = {
url = "github:Shatur/neovim-session-manager";