mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
fix(yazi): data column
This commit is contained in:
parent
d2b57af9ce
commit
9889fc8b7d
11 changed files with 66 additions and 29 deletions
|
|
@ -40,3 +40,6 @@ else
|
|||
vim.o.background = 'light'
|
||||
vim.cmd.colorscheme("rose-pine")
|
||||
end
|
||||
|
||||
vim.cmd.colorscheme("rose-pine-moon")
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue