Fix ultisnips cmp problem
This commit is contained in:
@@ -51,6 +51,7 @@ return {
|
||||
"amarakon/nvim-cmp-lua-latex-symbols",
|
||||
"f3fora/cmp-spell",
|
||||
{ "tzachar/cmp-fuzzy-buffer", requires = { "hrsh7th/nvim-cmp", "tzachar/fuzzy.nvim" } },
|
||||
"quangnguyen30192/cmp-nvim-ultisnips",
|
||||
"williamboman/mason.nvim",
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
"neovim/nvim-lspconfig",
|
||||
@@ -59,14 +60,11 @@ return {
|
||||
"mg979/vim-visual-multi",
|
||||
{ "nvim-telescope/telescope-fzf-native.nvim", run = "make" },
|
||||
{ "tzachar/fuzzy.nvim", requires = { "nvim-telescope/telescope-fzf-native.nvim" } },
|
||||
{ "tzachar/cmp-fuzzy-buffer", requires = { "hrsh7th/nvim-cmp", "tzachar/fuzzy.nvim" } },
|
||||
"mihaifm/bufstop",
|
||||
"https://git.nickr.eu/yannickreiss/nvim-sourcer.git",
|
||||
{ "tzachar/cmp-fuzzy-buffer", requires = { "hrsh7th/nvim-cmp", "tzachar/fuzzy.nvim" } },
|
||||
"jaredgorski/spacecamp",
|
||||
"voldikss/vim-floaterm",
|
||||
"dense-analysis/ale",
|
||||
{ "TamaMcGlinn/nvim-lspconfig-ada" },
|
||||
"krischik/vim-ada",
|
||||
"preservim/tagbar",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user