10 lines
254 B
Lua
10 lines
254 B
Lua
-- Create Neovim themes with real-time feedback, export anywhere
|
|
return {
|
|
'rktjmp/lush.nvim',
|
|
enabled = true,
|
|
lazy = false,
|
|
priority = 100,
|
|
-- if you wish to use your own colorscheme:
|
|
-- { dir = '/absolute/path/to/colorscheme', lazy = true },
|
|
}
|