enc: update notify background

This commit is contained in:
Pojok Code 2024-11-04 20:12:57 +07:00
parent 70e40989c9
commit f5e3f130e4
4 changed files with 12 additions and 11 deletions

View file

@ -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)",