tokyonight added
This commit is contained in:
parent
0c19bc852d
commit
cf5b8dba71
1 changed files with 9 additions and 0 deletions
9
.config/nvim/lua/bumpsoo/plugins/tokyonight.lua
Normal file
9
.config/nvim/lua/bumpsoo/plugins/tokyonight.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
return {
|
||||||
|
"folke/tokyonight.nvim",
|
||||||
|
lazy = false,
|
||||||
|
priority = 1000,
|
||||||
|
opts = {},
|
||||||
|
config = function()
|
||||||
|
vim.cmd[[colorscheme tokyonight-day]]
|
||||||
|
end
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue