mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
update
This commit is contained in:
parent
bd3d45aad5
commit
35e077f1c4
4 changed files with 28 additions and 29 deletions
|
@ -1,21 +1,21 @@
|
|||
return {
|
||||
-- color scheme
|
||||
{
|
||||
"folke/tokyonight.nvim",
|
||||
-- commit = "66bfc2e8f754869c7b651f3f47a2ee56ae557764",
|
||||
lazy = false, -- make sure we load this during startup if it is your main colorscheme
|
||||
priority = 1000, -- make sure to load this before all the other start plugins
|
||||
config = function()
|
||||
local is_transparant = false
|
||||
if is_transparant then
|
||||
require("user.tokyonight_transparant")
|
||||
else
|
||||
require("user.tokyonight")
|
||||
end
|
||||
-- require("core")
|
||||
require("user.colorscheme")
|
||||
end,
|
||||
},
|
||||
-- {
|
||||
-- "folke/tokyonight.nvim",
|
||||
-- -- commit = "66bfc2e8f754869c7b651f3f47a2ee56ae557764",
|
||||
-- lazy = false, -- make sure we load this during startup if it is your main colorscheme
|
||||
-- priority = 1000, -- make sure to load this before all the other start plugins
|
||||
-- config = function()
|
||||
-- local is_transparant = false
|
||||
-- if is_transparant then
|
||||
-- require("user.tokyonight_transparant")
|
||||
-- else
|
||||
-- require("user.tokyonight")
|
||||
-- end
|
||||
-- -- require("core")
|
||||
-- require("user.colorscheme")
|
||||
-- end,
|
||||
-- },
|
||||
-- {
|
||||
-- "navarasu/onedark.nvim",
|
||||
-- init = function()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue