mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-09 08:44:32 +02:00
plugins/nvim-cmp: reorder sources
This commit is contained in:
parent
682732e4c8
commit
990a18ba23
1 changed files with 28 additions and 28 deletions
|
@ -21,46 +21,46 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
pluginAndSourceNames = {
|
pluginAndSourceNames = {
|
||||||
"luasnip" = "cmp_luasnip";
|
|
||||||
"snippy" = "cmp-snippy";
|
|
||||||
"ultisnips" = "cmp-nvim-ultisnips";
|
|
||||||
"vsnip" = "cmp-vsnip";
|
|
||||||
"buffer" = "cmp-buffer";
|
"buffer" = "cmp-buffer";
|
||||||
"calc" = "cmp-calc";
|
"calc" = "cmp-calc";
|
||||||
|
"dap" = "cmp-dap";
|
||||||
|
"cmdline" = "cmp-cmdline";
|
||||||
|
"cmp-clippy" = "cmp-clippy";
|
||||||
|
"cmp-cmdline-history" = "cmp-cmdline-history";
|
||||||
|
"cmp_pandoc" = "cmp-pandoc-nvim";
|
||||||
|
"cmp_tabnine" = "cmp-tabnine";
|
||||||
|
"codeium" = "codeium-nvim";
|
||||||
|
"conventionalcommits" = "cmp-conventionalcommits";
|
||||||
|
"copilot" = "copilot-cmp";
|
||||||
|
"crates" = "crates-nvim";
|
||||||
"dictionary" = "cmp-dictionary";
|
"dictionary" = "cmp-dictionary";
|
||||||
"digraphs" = "cmp-digraphs";
|
"digraphs" = "cmp-digraphs";
|
||||||
"omni" = "cmp-omni";
|
"emoji" = "cmp-emoji";
|
||||||
"spell" = "cmp-spell";
|
"fish" = "cmp-fish";
|
||||||
"nvim_lsp" = "cmp-nvim-lsp";
|
|
||||||
"nvim_lsp_document_symbol" = "cmp-nvim-lsp-document-symbol";
|
|
||||||
"nvim_lsp_signature_help" = "cmp-nvim-lsp-signature-help";
|
|
||||||
"vim_lsp" = "cmp-vim-lsp";
|
|
||||||
"path" = "cmp-path";
|
|
||||||
"git" = "cmp-git";
|
|
||||||
"conventionalcommits" = "cmp-conventionalcommits";
|
|
||||||
"cmdline" = "cmp-cmdline";
|
|
||||||
"cmp-cmdline-history" = "cmp-cmdline-history";
|
|
||||||
"fuzzy_buffer" = "cmp-fuzzy-buffer";
|
"fuzzy_buffer" = "cmp-fuzzy-buffer";
|
||||||
"fuzzy_path" = "cmp-fuzzy-path";
|
"fuzzy_path" = "cmp-fuzzy-path";
|
||||||
"rg" = "cmp-rg";
|
"git" = "cmp-git";
|
||||||
"fish" = "cmp-fish";
|
|
||||||
"tmux" = "cmp-tmux";
|
|
||||||
"zsh" = "cmp-zsh";
|
|
||||||
"crates" = "crates-nvim";
|
|
||||||
"npm" = "cmp-npm";
|
|
||||||
"cmp-clippy" = "cmp-clippy";
|
|
||||||
"cmp_tabnine" = "cmp-tabnine";
|
|
||||||
"copilot" = "copilot-cmp";
|
|
||||||
"dap" = "cmp-dap";
|
|
||||||
"emoji" = "cmp-emoji";
|
|
||||||
"greek" = "cmp-greek";
|
"greek" = "cmp-greek";
|
||||||
"latex_symbols" = "cmp-latex-symbols";
|
"latex_symbols" = "cmp-latex-symbols";
|
||||||
"look" = "cmp-look";
|
"look" = "cmp-look";
|
||||||
|
"luasnip" = "cmp_luasnip";
|
||||||
|
"nvim_lsp" = "cmp-nvim-lsp";
|
||||||
|
"nvim_lsp_document_symbol" = "cmp-nvim-lsp-document-symbol";
|
||||||
|
"nvim_lsp_signature_help" = "cmp-nvim-lsp-signature-help";
|
||||||
"nvim_lua" = "cmp-nvim-lua";
|
"nvim_lua" = "cmp-nvim-lua";
|
||||||
|
"npm" = "cmp-npm";
|
||||||
|
"omni" = "cmp-omni";
|
||||||
"pandoc_references" = "cmp-pandoc-references";
|
"pandoc_references" = "cmp-pandoc-references";
|
||||||
"cmp_pandoc" = "cmp-pandoc-nvim";
|
"path" = "cmp-path";
|
||||||
|
"rg" = "cmp-rg";
|
||||||
|
"snippy" = "cmp-snippy";
|
||||||
|
"spell" = "cmp-spell";
|
||||||
|
"tmux" = "cmp-tmux";
|
||||||
"treesitter" = "cmp-treesitter";
|
"treesitter" = "cmp-treesitter";
|
||||||
|
"ultisnips" = "cmp-nvim-ultisnips";
|
||||||
|
"vim_lsp" = "cmp-vim-lsp";
|
||||||
"vimwiki-tags" = "cmp-vimwiki-tags";
|
"vimwiki-tags" = "cmp-vimwiki-tags";
|
||||||
"codeium" = "codeium-nvim";
|
"vsnip" = "cmp-vsnip";
|
||||||
|
"zsh" = "cmp-zsh";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue