feat: vim path+=**
This commit is contained in:
parent
ae3db45cc7
commit
cdd699ea78
@ -21,6 +21,7 @@ vim.o.smartcase = true
|
||||
|
||||
vim.o.guicursor = ""
|
||||
|
||||
vim.o.path = vim.o.path .. ",**"
|
||||
vim.o.suffixes = vim.o.suffixes .. ",.pyc,.hi"
|
||||
|
||||
vim.o.foldmethod = "indent"
|
||||
|
Loading…
Reference in New Issue
Block a user