neovim

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

commit 194be8c644990d74b4638d126711cb7eaab88fd0
parent f0e5a57f4b4620d37b3296a53d41b4f2e564fff9
Author: Tomas Nemec <owl@gtms.dev>
Date:   Tue, 16 Apr 2024 21:18:01 +0200

update

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

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