feat: improve inverse search cmd
This commit is contained in:
parent
aea9d07ae9
commit
f1cc5ca1ba
6 changed files with 42 additions and 28 deletions
|
|
@ -46,8 +46,9 @@ vim.o.number = true
|
|||
vim.o.relativenumber = true
|
||||
vim.o.signcolumn = 'no'
|
||||
|
||||
vim.o.statuscolumn = '%s%C %=%{v:relnum?v:relnum:v:lnum} '
|
||||
vim.o.statusline = " %{len(expand('%'))?expand('%:~').' ':''}%h%m%r%=%c:%l/%L %{&ft!=''?&ft:&bt} "
|
||||
vim.o.statuscolumn = "%{%v:virtnum?'':'%s%C %=%{v:relnum?v:relnum:v:lnum} '%}"
|
||||
vim.o.statusline =
|
||||
" %{len(expand('%'))?expand('%:~').' ':''}%h%m%r%=%c:%l/%L %{&ft!=''?&ft:&bt} "
|
||||
|
||||
vim.opt.path:append('**')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue