Minor updates to nvim
This commit is contained in:
parent
82fd91c691
commit
253bac9d4c
@ -6,6 +6,7 @@ return {
|
|||||||
"hrsh7th/cmp-nvim-lsp",
|
"hrsh7th/cmp-nvim-lsp",
|
||||||
"hrsh7th/cmp-path",
|
"hrsh7th/cmp-path",
|
||||||
"hrsh7th/cmp-emoji",
|
"hrsh7th/cmp-emoji",
|
||||||
|
"hrsh7th/cmp-buffer",
|
||||||
"saadparwaiz1/cmp_luasnip",
|
"saadparwaiz1/cmp_luasnip",
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
@ -33,6 +34,7 @@ return {
|
|||||||
{ name = "luasnip" },
|
{ name = "luasnip" },
|
||||||
{ name = "path" },
|
{ name = "path" },
|
||||||
{ name = "emoji" },
|
{ name = "emoji" },
|
||||||
|
{ name = "buffer" },
|
||||||
}),
|
}),
|
||||||
formatting = {
|
formatting = {
|
||||||
format = function(_, item)
|
format = function(_, item)
|
||||||
|
|||||||
@ -19,7 +19,6 @@ return {
|
|||||||
"lua",
|
"lua",
|
||||||
"c",
|
"c",
|
||||||
"vim",
|
"vim",
|
||||||
"help",
|
|
||||||
"javascript",
|
"javascript",
|
||||||
"regex",
|
"regex",
|
||||||
"markdown_inline",
|
"markdown_inline",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user