mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-11 20:53:27 +00:00
feat: separate tabnine module and configuration
This commit is contained in:
parent
3694a84646
commit
a2e724a962
3 changed files with 74 additions and 0 deletions
6
modules/assistant/tabnine/default.nix
Normal file
6
modules/assistant/tabnine/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
_: {
|
||||
imports = [
|
||||
./config.nix
|
||||
./tabnine.nix
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue