mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
update
This commit is contained in:
parent
3660e707ab
commit
1237f8714d
2 changed files with 27 additions and 25 deletions
|
@ -1,31 +1,6 @@
|
|||
return {
|
||||
--- masukan plugin tambahan disini
|
||||
{ "folke/trouble.nvim", enabled = false }, -- ini untuk disable plugin
|
||||
{ "dracula/vim" },
|
||||
-- { "folke/tokyonight.nvim" },
|
||||
-- { "arcticicestudio/nord-vim" },
|
||||
-- { "sainnhe/sonokai" },
|
||||
-- { "RRethy/nvim-base16" },
|
||||
-- {
|
||||
-- "navarasu/onedark.nvim",
|
||||
-- priority = 1000,
|
||||
-- config = function()
|
||||
-- -- Lua
|
||||
-- require("onedark").setup({
|
||||
-- style = "darker",
|
||||
-- })
|
||||
-- require("onedark").load()
|
||||
-- end,
|
||||
-- },
|
||||
{
|
||||
"marko-cerovac/material.nvim",
|
||||
config = function()
|
||||
vim.g.material_style = "palenight"
|
||||
require("material").setup({
|
||||
lualine_style = "stealth",
|
||||
})
|
||||
end,
|
||||
},
|
||||
-- {
|
||||
-- "linrongbin16/lsp-progress.nvim",
|
||||
-- branch = "main",
|
||||
|
|
27
lua/custom/plugins/theme.lua
Normal file
27
lua/custom/plugins/theme.lua
Normal file
|
@ -0,0 +1,27 @@
|
|||
return {
|
||||
{ "dracula/vim" },
|
||||
-- { "folke/tokyonight.nvim" },
|
||||
-- { "arcticicestudio/nord-vim" },
|
||||
-- { "sainnhe/sonokai" },
|
||||
-- { "RRethy/nvim-base16" },
|
||||
-- {
|
||||
-- "navarasu/onedark.nvim",
|
||||
-- priority = 1000,
|
||||
-- config = function()
|
||||
-- -- Lua
|
||||
-- require("onedark").setup({
|
||||
-- style = "darker",
|
||||
-- })
|
||||
-- require("onedark").load()
|
||||
-- end,
|
||||
-- },
|
||||
{
|
||||
"marko-cerovac/material.nvim",
|
||||
config = function()
|
||||
vim.g.material_style = "palenight"
|
||||
require("material").setup({
|
||||
lualine_style = "stealth",
|
||||
})
|
||||
end,
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue