nvim: make Hv and Ht work again
This commit is contained in:
parent
d482389b60
commit
ccbbb479ea
|
@ -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.formatoptions = vim.o.formatoptions .. 'n'
|
||||||
vim.o.splitright = true -- split vertical window right
|
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' })
|
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' })
|
nargs = 1, complete = 'help' })
|
||||||
|
|
||||||
-- theme
|
-- theme
|
||||||
|
|
Loading…
Reference in New Issue
Block a user