style(nvim): reformat
This commit is contained in:
parent
c3af4d4516
commit
a556a6e50a
@ -124,7 +124,6 @@ cmp.setup({
|
||||
{ name = "nvim_lsp", priority = 11 },
|
||||
{ name = "luasnip", priority = 10 }, -- For luasnip users.
|
||||
{ name = "fuzzy_buffer", priority = 9, keyword_length = 3, max_item_count = 10 },
|
||||
{ name = "buffer-lines", priority = 8, max_item_count = 10 },
|
||||
{
|
||||
name = "rg",
|
||||
priority = 7,
|
||||
|
@ -440,7 +440,6 @@ return packer.startup({
|
||||
"lukas-reineke/cmp-rg",
|
||||
"onsails/lspkind.nvim",
|
||||
"f3fora/cmp-spell",
|
||||
"amarakon/nvim-cmp-buffer-lines",
|
||||
},
|
||||
config = function()
|
||||
require("plugins.configs._cmp")
|
||||
|
Loading…
Reference in New Issue
Block a user