Merge branch 'main' of gitea:inkch/dotfiles
This commit is contained in:
commit
49ef034db8
@ -36,6 +36,7 @@ vim.opt.list = true
|
||||
vim.opt.listchars = "tab:>>,trail:_,eol:$,multispace:··,extends:>,precedes:<,nbsp:%"
|
||||
vim.opt.encoding = "utf-8"
|
||||
vim.opt.fenc = "utf-8"
|
||||
vim.opt.spell = true
|
||||
|
||||
if vim.fn.executable('rg') then
|
||||
vim.opt.grepprg = 'rg --vimgrep --smart-case --hidden'
|
||||
|
Loading…
Reference in New Issue
Block a user