config/shared/home/dev.lua

4 lines
100 B
Lua
Raw Normal View History

2023-10-09 15:42:05 +03:00
vim.api.nvim_exec([[
2024-02-02 14:07:01 +02:00
set grepprg=@ripgrep@/bin/rg\ --vimgrep grepformat^=%f:%l:%c:%m
2023-10-09 15:42:05 +03:00
]], false)