1 parent bf7272f commit 1e308d5Copy full SHA for 1e308d5
1 file changed
lua/options.lua
@@ -39,3 +39,6 @@ vim.opt.autoread = true
39
-- split window 从下边和右边出现
40
vim.opt.splitbelow = false
41
vim.opt.splitright = true
42
+
43
+vim.opt_global.grepprg = "rg --vimgrep --no-heading --smart-case"
44
+vim.opt_global.grepformat = "%f:%l:%c:%m,%f:%l:%m"
0 commit comments