update icon paths
This commit is contained in:
parent
05f581918a
commit
487ca44566
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ local formatting_style = {
|
|||
fields = field_arrangement[cmp_style] or { "abbr", "kind", "menu" },
|
||||
|
||||
format = function(_, item)
|
||||
local icons = require("nvchad_ui.icons").lspkind
|
||||
local icons = require "nvchad_ui.icons.lspkind"
|
||||
local icon = (cmp_ui.icons and icons[item.kind]) or ""
|
||||
|
||||
if cmp_style == "atom" or cmp_style == "atom_colored" then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue