neovim

Personal neovim configuration files
git clone git://gtms.dev/neovim
Log | Files | Refs

commit 3b56a8ab955b6785b73b68509b85087301af1693
parent ae591c4ca1f4ae18675fd7350290c4dbbdbe5d89
Author: Tomas Nemec <owl@gtms.dev>
Date:   Tue,  1 Jul 2025 16:38:19 +0200

update: grep respects link

Diffstat:
Mplugin/options.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugin/options.lua b/plugin/options.lua @@ -3,7 +3,7 @@ set.exrc = true set.clipboard = 'unnamedplus' set.completeopt = 'menu,menuone,noselect,noinsert' -- vim.opt.equalalways = false -- exp -set.grepprg = 'rg --vimgrep --no-heading --smart-case --ignore-case' +set.grepprg = 'rg --vimgrep --no-heading --smart-case --ignore-case --follow' set.grepformat = '%f:%l:%c:%m' set.formatoptions:append('o') set.formatoptions:append('r')