feat: misc stuff
This commit is contained in:
parent
372d315cc8
commit
be6b1e23c5
7 changed files with 36 additions and 2570 deletions
|
|
@ -47,7 +47,7 @@ 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 "
|
||||
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