mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-04 04:35:29 +00:00
chore(nvim): add wildignore options
This commit is contained in:
@@ -62,9 +62,12 @@ end
|
|||||||
-- Add dashes to words
|
-- Add dashes to words
|
||||||
vim.opt.iskeyword:append("-")
|
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("$")
|
vim.opt.cpoptions:append("$")
|
||||||
|
|
||||||
|
-- Wildignore
|
||||||
|
vim.opt.wildignore:append({ "*/node_modules/*" })
|
||||||
|
|
||||||
vim.opt.path:append("**")
|
vim.opt.path:append("**")
|
||||||
vim.opt.complete:append({ "i", "k", "s", "kspell" })
|
vim.opt.complete:append({ "i", "k", "s", "kspell" })
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user