update\
This commit is contained in:
parent
a1a519ee04
commit
55009edec1
@ -78,7 +78,7 @@ return {
|
||||
{ name = 'nvim_lsp' },
|
||||
{ name = 'buffer' },
|
||||
{ name = 'path' },
|
||||
-- { name = 'cmdline' },
|
||||
{ name = 'cmdline' },
|
||||
}),
|
||||
mapping = cmp.mapping.preset.insert({
|
||||
['<CR>'] = cmp.mapping.confirm({ select = true }),
|
||||
@ -193,6 +193,9 @@ return {
|
||||
Fragment = { icon = "", hl = "@constant" },
|
||||
},}
|
||||
require("symbols-outline").setup(opts)
|
||||
G.map({
|
||||
{"n", "<leader>o", ":SymbolsOutline<cr>"},
|
||||
})
|
||||
end
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user