Compare commits

...

1 Commits

Author SHA1 Message Date
3e63e701b4 Add ignore paths. 2025-11-30 19:36:50 +00:00

View File

@@ -25,7 +25,7 @@ vim.o.smartcase = true
vim.o.hlsearch = true
vim.o.incsearch = true
vim.o.wildignore = "**/node_modules/**,*.o"
vim.o.wildignore = "**/node_modules/**,*.o,*.class"
vim.o.path = ".,**"
-- Keybindings