feat: use astronvim instead of nixvim and instantiate zoxide as 'cd'

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-02-16 19:39:03 -03:00
parent 392a94a4ec
commit 9429111cee
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
23 changed files with 638 additions and 443 deletions

View file

@ -0,0 +1,3 @@
return { -- a table of overrides/changes to the duskfox theme
Normal = { bg = "#000000" },
}

View file

@ -0,0 +1,3 @@
return { -- this table overrides highlights in all themes
-- Normal = { bg = "#000000" },
}