restructure to keep blue pip on alpha screen
This commit is contained in:
+3
-1
@@ -32,10 +32,11 @@ require("lazy").setup({
|
||||
spec = {
|
||||
-- import your plugins
|
||||
{ import = "plugins" },
|
||||
},
|
||||
-- Configure any other settings here. See the documentation for more details.
|
||||
-- colorscheme that will be used when installing plugins.
|
||||
install = { colorscheme = { colScheme.name } },
|
||||
{ import = "pluginsLate" },
|
||||
},
|
||||
-- automatically check for plugin updates
|
||||
checker = {
|
||||
enabled = true,
|
||||
@@ -43,6 +44,7 @@ require("lazy").setup({
|
||||
},
|
||||
})
|
||||
vim.cmd("colorscheme " .. colScheme.name);
|
||||
vim.api.nvim_set_hl(0, "alphaheader", {fg = "#3661cf" })
|
||||
|
||||
--setup colour indents
|
||||
local highlight = {
|
||||
|
||||
Reference in New Issue
Block a user