BREAKING Change for statusline_separator & tabufline overriders
moved statusline & tabufline into a new plugin to keep the base config clean and fix issues like (#1307)
This commit is contained in:
parent
fa68c66454
commit
74f2efca9f
14 changed files with 53 additions and 627 deletions
|
|
@ -155,7 +155,7 @@ M.devicons = function()
|
|||
if present then
|
||||
require("base46").load_highlight "devicons"
|
||||
|
||||
local options = { override = require("ui.icons").devicons }
|
||||
local options = { override = require("nvchad_ui.icons").devicons }
|
||||
options = require("core.utils").load_override(options, "kyazdani42/nvim-web-devicons")
|
||||
|
||||
devicons.setup(options)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue