feat: vim path+=**
This commit is contained in:
parent
ae3db45cc7
commit
cdd699ea78
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue