Little renovations
This commit is contained in:
parent
9b6b27cd1c
commit
ace123f657
14 changed files with 135 additions and 109 deletions
13
lua/plugins/theme.lua
Normal file
13
lua/plugins/theme.lua
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
function theme()
|
||||
vim.cmd('colorscheme tokyonight')
|
||||
end
|
||||
|
||||
return {
|
||||
{
|
||||
"folke/tokyonight.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
config = theme,
|
||||
opts = {},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue