Initial Configurations
This commit is contained in:
parent
01a1ebed38
commit
5c216504bb
15 changed files with 478 additions and 687 deletions
5
lua/plugins/tokyonight.lua
Normal file
5
lua/plugins/tokyonight.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
"folke/tokyonight.nvim",
|
||||
lazy = true,
|
||||
opts = { style = "moon" },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue