fixed vimrc on list indenting

This commit is contained in:
spinach 2023-03-05 17:37:18 -05:00
parent 77396299ed
commit f13d6269f8
3 changed files with 1 additions and 5 deletions

View File

@ -45,7 +45,7 @@ let g:go_highlight_extra_types=1
let g:vim_markdown_folding_disabled = 1
let g:vim_markdown_math = 1
let g:vim_markdown_strikethrough = 1
let g:vim_markdown_new_list_item_indent = 4
" let g:vim_markdown_new_list_item_indent = 4
" use md for vim wiki and disable global linking
let g:vimwiki_list = [{'path': '~/vimwiki/',
@ -141,10 +141,6 @@ inoremap <down> <NOP>
inoremap <left> <NOP>
inoremap <right> <NOP>
" jq formating
" noremap <silent> gj :%!gojq .<cr>
" not worth the hassle of randomly formatting my text
" " ale fixing for ts
" let g:ale_fixers = {
" \ '*': ['remove_trailing_lines', 'trim_whitespace'],

Binary file not shown.

Binary file not shown.