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,18 @@
-- Global objects
globals = {
"astronvim",
"astronvim_installation",
"vim",
"bit",
}
-- Rerun tests only if their modification time changed
cache = true
-- Don't report unused self arguments of methods
self = false
ignore = {
"631", -- max_line_length
"212/_.*", -- unused argument, for vars with "_" prefix
}