refactor config
This commit is contained in:
commit
4f0e213f4a
155 changed files with 13983 additions and 0 deletions
11
config/astronvim/lua/user/options.lua
Normal file
11
config/astronvim/lua/user/options.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
g = {
|
||||
catppuccin_flavour = "macchiato",
|
||||
},
|
||||
|
||||
opt = {
|
||||
number = true,
|
||||
relativenumber = true,
|
||||
-- spelllang = "en_us,es_cl",
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue