load base46_cache in instead of minified modules
This commit is contained in:
parent
c16c22e87b
commit
d27029d1b1
11 changed files with 13 additions and 12 deletions
|
|
@ -30,7 +30,7 @@ M.blankline = function()
|
|||
return
|
||||
end
|
||||
|
||||
require "base46_cache.blankline"
|
||||
loadfile(vim.g.base46_cache .. "blankline")()
|
||||
|
||||
local options = {
|
||||
indentLine_enabled = 1,
|
||||
|
|
@ -135,7 +135,7 @@ M.gitsigns = function()
|
|||
return
|
||||
end
|
||||
|
||||
require "base46_cache.git"
|
||||
loadfile(vim.g.base46_cache .. "git")()
|
||||
|
||||
local options = {
|
||||
signs = {
|
||||
|
|
@ -159,7 +159,7 @@ M.devicons = function()
|
|||
local present, devicons = pcall(require, "nvim-web-devicons")
|
||||
|
||||
if present then
|
||||
require "base46_cache.devicons"
|
||||
loadfile(vim.g.base46_cache .. "devicons")()
|
||||
|
||||
local options = { override = require("nvchad_ui.icons").devicons }
|
||||
options = require("core.utils").load_override(options, "kyazdani42/nvim-web-devicons")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue