1
0
Fork 0

nvim: make Hv and Ht work again

This commit is contained in:
tastytea 2022-08-16 06:00:18 +02:00
parent d482389b60
commit ccbbb479ea
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@ vim.o.statusline = '%<%f %h%m%r%=%-16.(%l,%c%V (%P)%)%y'
vim.o.formatoptions = vim.o.formatoptions .. 'n'
vim.o.splitright = true -- split vertical window right
vim.api.nvim_create_user_command('Hv', 'vertical help', {
vim.api.nvim_create_user_command('Hv', 'vertical help <args>', {
nargs = 1, complete = 'help' })
vim.api.nvim_create_user_command('Ht', 'tab help', {
vim.api.nvim_create_user_command('Ht', 'tab help <args>', {
nargs = 1, complete = 'help' })
-- theme