mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-09-02 12:09:07 +00:00
[neovim] Improve go development
This commit is contained in:
@@ -97,9 +97,9 @@ cmp.setup({
|
||||
format = function(entry, vim_item)
|
||||
vim_item.kind = kind_icons[vim_item.kind]
|
||||
vim_item.menu = ({
|
||||
nvim_lsp = "",
|
||||
luasnip = "",
|
||||
buffer = "",
|
||||
nvim_lsp = "[lsp]",
|
||||
luasnip = "[snip]",
|
||||
buffer = "[local]",
|
||||
path = "",
|
||||
emoji = "",
|
||||
})[entry.source.name]
|
||||
|
Reference in New Issue
Block a user