nvim config
This commit is contained in:
parent
cdfac4d089
commit
9051320319
13 changed files with 399 additions and 0 deletions
4
.dotfiles/nvchad/custom/configs/auto-dark-mode.lua
Normal file
4
.dotfiles/nvchad/custom/configs/auto-dark-mode.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
return {
|
||||
light_theme = "ayu_light",
|
||||
dark_theme = "ayu_dark",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue