new plugins

This commit is contained in:
Christian Nieves
2023-12-04 20:19:14 +00:00
parent 0ef4e8a5bf
commit 8845a4303e
6 changed files with 154 additions and 89 deletions

View File

@ -18,21 +18,22 @@ return {
"hrsh7th/nvim-cmp",
event = { "InsertEnter", "CmdlineEnter" },
dependencies = {
"Exafunction/codeium.nvim",
"FelipeLema/cmp-async-path",
"amarakon/nvim-cmp-buffer-lines",
"chrisgrieser/cmp-nerdfont",
"dmitmel/cmp-cmdline-history",
"f3fora/cmp-spell",
"hrsh7th/cmp-buffer",
"amarakon/nvim-cmp-buffer-lines",
"hrsh7th/cmp-calc",
"onsails/lspkind.nvim",
"hrsh7th/cmp-cmdline",
"Exafunction/codeium.nvim",
"hrsh7th/cmp-emoji",
"hrsh7th/cmp-nvim-lsp",
"hrsh7th/cmp-nvim-lsp-document-symbol",
"hrsh7th/cmp-nvim-lsp-signature-help",
"dmitmel/cmp-cmdline-history",
"hrsh7th/cmp-nvim-lua",
"FelipeLema/cmp-async-path",
"lukas-reineke/cmp-under-comparator",
"onsails/lspkind.nvim",
"ray-x/cmp-treesitter",
},
config = function()
@ -77,6 +78,7 @@ return {
{ name = "luasnip", priority = 8 },
{ name = "nvim_lsp", priority = 7 },
{ name = "async_path" },
{ name = "nerdfont" },
{ name = "treesitter" },
{ name = "buffer" },
{ name = "calc" },
@ -103,16 +105,18 @@ return {
format = lspkind.cmp_format({
menu = {
async_path = " path",
buffer = " Buf",
buffer = " Buf",
cmdline = " cmd",
codeium = "󰚩 Codeium",
crates = " rust",
crates = " rust",
luasnip = " snip",
buganizer = " Buganizer",
nerdfont = "󰊪 nerdfont",
nvim_ciderlsp = "󰚩 Cider",
analysislsp = "? analysislsp",
nvim_lsp = " LSP",
analysislsp = "󰟌 analysislsp",
nvim_lsp = " LSP",
nvim_lua = " lua",
treesitter = " ts",
treesitter = "󰙅 ts",
},
}),
},