nvim: tweak statusline, add help commands (vert/tab)
This commit is contained in:
parent
c001da16f5
commit
0bfde6fd66
|
@ -18,6 +18,10 @@ vim.o.cmdheight = 2 -- message area size
|
||||||
vim.o.mouse = '' -- make use of mouse in these modes
|
vim.o.mouse = '' -- make use of mouse in these modes
|
||||||
vim.o.pumheight = 10 -- maximum entries in popup menu
|
vim.o.pumheight = 10 -- maximum entries in popup menu
|
||||||
vim.o.smartindent = true -- indent after { and so on
|
vim.o.smartindent = true -- indent after { and so on
|
||||||
|
vim.o.statusline = '%<%f %h%m%r%=%-16.(%l,%c%V (%P)%)%y'
|
||||||
|
|
||||||
|
vim.cmd([[command! -narg=1 -complete=help Hv vert help <args>]])
|
||||||
|
vim.cmd([[command! -narg=1 -complete=help Ht tab help <args>]])
|
||||||
|
|
||||||
-- theme
|
-- theme
|
||||||
vim.o.termguicolors = true -- 24 bit colours
|
vim.o.termguicolors = true -- 24 bit colours
|
||||||
|
|
Loading…
Reference in New Issue
Block a user