Compare commits
2 Commits
3289baffef
...
9401d973d6
Author | SHA1 | Date | |
---|---|---|---|
![]() |
9401d973d6 | ||
![]() |
f94d0952f6 |
@ -1,9 +1,21 @@
|
|||||||
|
vim.o.background = "dark"
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
{
|
||||||
|
"LazyVim/LazyVim",
|
||||||
|
opts = {
|
||||||
|
colorscheme = "lunaperche",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"echasnovski/mini.indentscope",
|
"echasnovski/mini.indentscope",
|
||||||
opts = function(_, opts)
|
opts = {
|
||||||
opts.symbol = "┆"
|
draw = {
|
||||||
end,
|
animation = require("mini.indentscope").gen_animation.none(),
|
||||||
|
},
|
||||||
|
symbol = "┆",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
|
@ -1,17 +0,0 @@
|
|||||||
vim.o.background = "dark"
|
|
||||||
|
|
||||||
return {
|
|
||||||
{
|
|
||||||
"LazyVim/LazyVim",
|
|
||||||
opts = {
|
|
||||||
colorscheme = "lunaperche",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"folke/tokyonight.nvim",
|
|
||||||
opts = {
|
|
||||||
style = "storm",
|
|
||||||
-- transparent = true,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user