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
18
programs/neovim/user/.luacheckrc
Normal file
18
programs/neovim/user/.luacheckrc
Normal 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue