Compare commits
1 Commits
a3c43dc5ea
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e63e701b4 |
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