code format cmp.lua
This commit is contained in:
@@ -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 = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user