1
0
Fork 0

nvim: don't format numbered lists

This commit is contained in:
tastytea 2022-08-15 03:19:23 +02:00
parent bde6289fab
commit d3e7e17d40
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 0 deletions

View File

@ -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>]])