mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-08 11:21:35 +00:00
feat: apply new module format to nvim-cmp
This commit is contained in:
parent
f9b44dd9cb
commit
4436c2b2aa
4 changed files with 146 additions and 125 deletions
6
modules/completion/nvim-cmp/default.nix
Normal file
6
modules/completion/nvim-cmp/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
_: {
|
||||
imports = [
|
||||
./config.nix
|
||||
./nvim-cmp.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue