style(nvim): reformat

This commit is contained in:
Price Hiller 2022-10-14 15:51:49 -05:00
parent c3af4d4516
commit a556a6e50a
2 changed files with 1067 additions and 1069 deletions

View File

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

View File

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