mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-31 07:54:37 +02:00
update
This commit is contained in:
parent
0e112b925a
commit
599c544575
3 changed files with 9 additions and 4 deletions
|
@ -13,3 +13,5 @@ require("core.neovide")
|
|||
-- require("user.snip")
|
||||
-- require("user.bufferline")
|
||||
-- require("user.chat_gpt")
|
||||
--vim.cmd("colorscheme one_monokai")
|
||||
-- vim.cmd("colorscheme github_dark")
|
||||
|
|
|
@ -18,4 +18,7 @@ return {
|
|||
-- end,
|
||||
-- },
|
||||
{ "RRethy/vim-illuminate", event = "BufRead", enabled = true },
|
||||
-- { "cpea2506/one_monokai.nvim" },
|
||||
-- { "luisiacc/gruvbox-baby", lazy = true, enabled = false },
|
||||
-- { "projekt0n/github-nvim-theme", version = "v0.0.7" },
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue