mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
plugins/completion: move to by-name
- Move nvim-cmp to plugins/cmp - Move other completion plugins to plugins/by-name
This commit is contained in:
parent
3211a63306
commit
ad85cd760e
36 changed files with 2 additions and 9 deletions
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
imports = [
|
||||
./cmp
|
||||
|
||||
./colorschemes/ayu.nix
|
||||
./colorschemes/base16
|
||||
./colorschemes/catppuccin.nix
|
||||
|
@ -22,15 +24,6 @@
|
|||
./colorschemes/tokyonight.nix
|
||||
./colorschemes/vscode.nix
|
||||
|
||||
./completion/codeium-vim.nix
|
||||
./completion/codeium-nvim.nix
|
||||
./completion/copilot-lua.nix
|
||||
./completion/copilot-vim.nix
|
||||
./completion/coq.nix
|
||||
./completion/coq-thirdparty.nix
|
||||
./completion/lspkind.nix
|
||||
./completion/cmp
|
||||
|
||||
./filetrees/chadtree.nix
|
||||
./filetrees/neo-tree.nix
|
||||
./filetrees/nvim-tree.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue