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