Minor updates to nvim

This commit is contained in:
Solomon Laing 2023-10-26 16:47:01 +10:30
parent 82fd91c691
commit 253bac9d4c
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -19,7 +19,6 @@ return {
"lua", "lua",
"c", "c",
"vim", "vim",
"help",
"javascript", "javascript",
"regex", "regex",
"markdown_inline", "markdown_inline",