nvim: add color scheme
This commit is contained in:
parent
c7b89f343d
commit
5678612f32
2 changed files with 15 additions and 2 deletions
|
@ -6,7 +6,7 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then
|
|||
vim.api.nvim_echo({
|
||||
{ "Failed to clone lazy.nvim\n", "ErrorMsg" },
|
||||
{ out, "WarningMsg" },
|
||||
{ "\nPress any key to exit..." }
|
||||
{ "\nPress any key to exit..." },
|
||||
}, true, {})
|
||||
vim.fn.getchar()
|
||||
os.exit(1)
|
||||
|
@ -21,6 +21,5 @@ require("lazy").setup({
|
|||
spec = {
|
||||
{ import = "plugins" },
|
||||
},
|
||||
install = { colorscheme = { "habamax" } },
|
||||
checker = { enabled = true },
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue