Add ignore paths.
This commit is contained in:
2
init.lua
2
init.lua
@@ -25,7 +25,7 @@ vim.o.smartcase = true
|
|||||||
vim.o.hlsearch = true
|
vim.o.hlsearch = true
|
||||||
vim.o.incsearch = true
|
vim.o.incsearch = true
|
||||||
|
|
||||||
vim.o.wildignore = "**/node_modules/**,*.o"
|
vim.o.wildignore = "**/node_modules/**,*.o,*.class"
|
||||||
vim.o.path = ".,**"
|
vim.o.path = ".,**"
|
||||||
|
|
||||||
-- Keybindings
|
-- Keybindings
|
||||||
|
|||||||
Reference in New Issue
Block a user