update some module paths

This commit is contained in:
siduck
2023-08-09 20:22:46 +05:30
parent 487ca44566
commit 8ea74bc23b
6 changed files with 15 additions and 15 deletions

View File

@@ -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.icons.lspkind"
local icon = (cmp_ui.icons and icons[item.kind]) or ""
if cmp_style == "atom" or cmp_style == "atom_colored" then