mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(nvim): add wildignore options
This commit is contained in:
@@ -62,9 +62,12 @@ end
|
||||
-- Add dashes to words
|
||||
vim.opt.iskeyword:append("-")
|
||||
|
||||
-- Don"t delete the word, but put a $ to the end till exit the mode
|
||||
-- Don’t delete the word, but put a $ to the end till exit the mode
|
||||
vim.opt.cpoptions:append("$")
|
||||
|
||||
-- Wildignore
|
||||
vim.opt.wildignore:append({ "*/node_modules/*" })
|
||||
|
||||
vim.opt.path:append("**")
|
||||
vim.opt.complete:append({ "i", "k", "s", "kspell" })
|
||||
|
||||
|
||||
Reference in New Issue
Block a user