fix: fix ripgrep output
This commit is contained in:
parent
9e3127ffca
commit
83dea5d4ee
@ -36,7 +36,8 @@ opt.timeoutlen = 300
|
||||
opt['foldenable'] = false
|
||||
opt.fillchars = 'eob: '
|
||||
opt.cmdheight = 1
|
||||
opt.grepprg = 'rg --vimgrep --no-heading --smart-case'
|
||||
opt.grepprg = 'rg --vimgrep --no-heading --smart-case --hidden'
|
||||
opt.grepformat = '%f:%l:%c:%m'
|
||||
-- opt.autochdir = true
|
||||
|
||||
vim.api.nvim_create_user_command('Cd', 'lcd %:p:h', { nargs = 0 })
|
||||
|
Loading…
Reference in New Issue
Block a user