Skip to content

Commit

Permalink
updating my_configs.vim for better markdown file editing
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip Miller committed Oct 15, 2021
1 parent 2b43210 commit f88fbad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vim/templates/darwin/my_configs.vim
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ try
" disable folding
set nofoldenable

" Fix indentLine plugin for markdown backticks and invisible chars
let g:indentLine_fileTypeExclude = ['markdown']

" Tab hotkeys
map <leader>tb :tabprevious<cr>
map <leader>tn :tabnext<cr>
Expand Down
3 changes: 3 additions & 0 deletions vim/templates/linux/my_configs.vim
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ try
" disable folding
set nofoldenable

" Fix indentLine plugin for markdown backticks and invisible chars
let g:indentLine_fileTypeExclude = ['markdown']

" Tab hotkeys
map <leader>tb :tabprevious<cr>
map <leader>tn :tabnext<cr>
Expand Down

0 comments on commit f88fbad

Please sign in to comment.