mirror of
https://github.com/Tilo-K/neovim-config.git
synced 2026-07-03 13:43:02 +00:00
11 lines
159 B
Lua
11 lines
159 B
Lua
return {
|
|
"folke/tokyonight.nvim",
|
|
lazy = false,
|
|
priority = 1000,
|
|
opts = {},
|
|
config = function()
|
|
vim.cmd.colorscheme 'tokyonight-storm'
|
|
end,
|
|
}
|
|
|