feat: vim path+=**

This commit is contained in:
AngeD 2023-02-10 16:27:31 +01:00
parent ae3db45cc7
commit cdd699ea78

View File

@ -21,6 +21,7 @@ vim.o.smartcase = true
vim.o.guicursor = "" vim.o.guicursor = ""
vim.o.path = vim.o.path .. ",**"
vim.o.suffixes = vim.o.suffixes .. ",.pyc,.hi" vim.o.suffixes = vim.o.suffixes .. ",.pyc,.hi"
vim.o.foldmethod = "indent" vim.o.foldmethod = "indent"