fix(yazi): data column

This commit is contained in:
js0ny 2025-11-13 07:30:00 +00:00
parent d2b57af9ce
commit 9889fc8b7d
11 changed files with 66 additions and 29 deletions

View file

@ -40,3 +40,6 @@ else
vim.o.background = 'light'
vim.cmd.colorscheme("rose-pine")
end
vim.cmd.colorscheme("rose-pine-moon")

View file

@ -73,3 +73,8 @@ vim.o.sessionoptions = "blank,buffers,curdir,folds,help,tabpages,winsize,winpos,
vim.o.mousemoveevent = true
vim.fn.matchadd("Conceal", [[\%u200b]], 10, -1, { conceal = "" })
-- Grep
opt.grepformat = "%f:%l:%c:%m"
opt.grepprg = "rg --vimgrep"