mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-17 16:21:12 +02:00
8 lines
145 B
Lua
8 lines
145 B
Lua
return {
|
|
'xero/miasma.nvim',
|
|
-- lazy = false,
|
|
-- priority = 1000,
|
|
-- config = function()
|
|
-- vim.cmd 'colorscheme miasma'
|
|
-- end,
|
|
}
|