Add ignore paths.

This commit is contained in:
2025-11-30 19:36:50 +00:00
parent a3c43dc5ea
commit 3e63e701b4

View File

@@ -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