feat: use astronvim instead of nixvim and instantiate zoxide as 'cd'
This commit is contained in:
parent
392a94a4ec
commit
9429111cee
23 changed files with 638 additions and 443 deletions
3
programs/neovim/user/highlights/duskfox.lua
Normal file
3
programs/neovim/user/highlights/duskfox.lua
Normal file
|
@ -0,0 +1,3 @@
|
|||
return { -- a table of overrides/changes to the duskfox theme
|
||||
Normal = { bg = "#000000" },
|
||||
}
|
3
programs/neovim/user/highlights/init.lua
Normal file
3
programs/neovim/user/highlights/init.lua
Normal file
|
@ -0,0 +1,3 @@
|
|||
return { -- this table overrides highlights in all themes
|
||||
-- Normal = { bg = "#000000" },
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue