mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
enc: update notify background
This commit is contained in:
parent
70e40989c9
commit
f5e3f130e4
4 changed files with 12 additions and 11 deletions
|
@ -80,7 +80,7 @@ return {
|
|||
formatting = {
|
||||
fields = { "kind", "abbr", "menu" },
|
||||
format = function(entry, vim_item)
|
||||
vim_item.menu = vim_item.kind
|
||||
vim_item.menu = vim.api.nvim_get_mode().mode == "c" and "" or vim_item.kind
|
||||
vim_item.kind = string.format("%s", require("user.icons")["kind"][vim_item.kind])
|
||||
-- vim_item.menu = ({
|
||||
-- nvim_lsp = "(LSP)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue