feat: misc stuff
This commit is contained in:
parent
372d315cc8
commit
be6b1e23c5
7 changed files with 36 additions and 2570 deletions
|
|
@ -230,6 +230,7 @@ return {
|
|||
extra_filetypes = { 'diff' },
|
||||
hide_prefix = false,
|
||||
highlights = {
|
||||
-- blend_alpha = 0.9,
|
||||
gutter = true,
|
||||
vim = {
|
||||
enabled = true,
|
||||
|
|
|
|||
|
|
@ -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