aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc-sept244
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/vimrc-sept24 b/vim/vimrc-sept24
index 02a1170..4557942 100644
--- a/vim/vimrc-sept24
+++ b/vim/vimrc-sept24
@@ -61,6 +61,10 @@ set pastetoggle=<F3>
autocmd FileType htmldjango,html setlocal cuc cul
hi ColumnColor ctermbg=red term=none
+" set linewrap on in markdown files
+autocmd FileType markdown setlocal linebreak
+autocmd FileType markdown setlocal spell spelllang=en
+
" In pursuit of the single text file idea, which uses TODO, IDEA, FLAG
" as tags at the start of lines, this function is a vim-native replacement
" for fzf BLines, which does get a bit fuzzy sometimes. Not a biggie.