1
0
Fork 0

nvim: tweak statusline, add help commands (vert/tab)

This commit is contained in:
tastytea 2022-08-14 00:03:17 +02:00
parent c001da16f5
commit 0bfde6fd66
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@ vim.o.cmdheight = 2 -- message area size
vim.o.mouse = '' -- make use of mouse in these modes
vim.o.pumheight = 10 -- maximum entries in popup menu
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
vim.o.termguicolors = true -- 24 bit colours