mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
fitur baru config color scheme
This commit is contained in:
parent
06995762e0
commit
1a7a0a9ba0
10 changed files with 159 additions and 690 deletions
|
@ -1,6 +1,4 @@
|
|||
return {
|
||||
-- color scheme
|
||||
{ "luisiacc/gruvbox-baby", lazy = true },
|
||||
-- dashboard
|
||||
{
|
||||
"goolord/alpha-nvim",
|
||||
|
@ -16,14 +14,7 @@ return {
|
|||
-- dependencies = { "kyazdani42/nvim-web-devicons", opt = true },
|
||||
event = "BufWinEnter",
|
||||
config = function()
|
||||
local model = 0
|
||||
if model == 1 then
|
||||
require("user.lualine1")
|
||||
elseif model == 2 then
|
||||
require("user.lualine2")
|
||||
else
|
||||
require("user.lualine")
|
||||
end
|
||||
require("user.lualine")
|
||||
end,
|
||||
},
|
||||
-- for show icon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue