Changing Completion Engines
This commit is contained in:
@@ -18,12 +18,13 @@ vim.pack.add({
|
||||
{ src = "https://github.com/folke/which-key.nvim" },
|
||||
{ src = "https://github.com/L3MON4D3/LuaSnip" },
|
||||
{ src = "https://github.com/neovim/nvim-lspconfig" },
|
||||
{ src = "https://github.com/hrsh7th/nvim-cmp" },
|
||||
{ src = "https://github.com/hrsh7th/cmp-nvim-lsp" },
|
||||
{ src = "https://github.com/hrsh7th/cmp-buffer" },
|
||||
{ src = "https://github.com/hrsh7th/cmp-path" },
|
||||
{ src = "https://github.com/hrsh7th/cmp-cmdline" },
|
||||
{ src = "https://github.com/hrsh7th/cmp-nvim-lua" },
|
||||
{ src = "https://github.com/neoclide/coc.nvim" },
|
||||
-- { src = "https://github.com/hrsh7th/nvim-cmp" },
|
||||
-- { src = "https://github.com/hrsh7th/cmp-nvim-lsp" },
|
||||
-- { src = "https://github.com/hrsh7th/cmp-buffer" },
|
||||
-- { src = "https://github.com/hrsh7th/cmp-path" },
|
||||
-- { src = "https://github.com/hrsh7th/cmp-cmdline" },
|
||||
-- { src = "https://github.com/hrsh7th/cmp-nvim-lua" },
|
||||
{ src = "https://github.com/saadparwaiz1/cmp_luasnip" },
|
||||
{ src = "https://github.com/github/copilot.vim" },
|
||||
{ src = "https://github.com/pysan3/pathlib.nvim" },
|
||||
|
||||
Reference in New Issue
Block a user