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