fixed vimrc on list indenting

nvim
spinach 2 years ago
parent 77396299ed
commit f13d6269f8

@ -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.
Loading…
Cancel
Save