code format cmp.lua

This commit is contained in:
Oliver Hartmann 2023-03-19 21:41:38 +01:00
parent 4240bd1bde
commit 6e3a2f931c

View File

@ -86,7 +86,9 @@ return {
{ name = 'nvim_lsp', priority = 7 }, { name = 'nvim_lsp', priority = 7 },
{ name = 'nvim_lsp_signature_help', priority = 7 }, { name = 'nvim_lsp_signature_help', priority = 7 },
{ name = 'treesitter', priority = 6 }, { name = 'treesitter', priority = 6 },
{ name = 'buffer', priority = 5, {
name = 'buffer',
priority = 5,
option = { option = {
get_bufnrs = function() get_bufnrs = function()
local bufs = {} local bufs = {}