nvim: don't format numbered lists
This commit is contained in:
parent
bde6289fab
commit
d3e7e17d40
|
@ -19,6 +19,7 @@ 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.o.formatoptions = vim.o.formatoptions .. 'n'
|
||||
|
||||
vim.cmd([[command! -narg=1 -complete=help Hv vert help <args>]])
|
||||
vim.cmd([[command! -narg=1 -complete=help Ht tab help <args>]])
|
||||
|
|
Loading…
Reference in New Issue
Block a user