diff options
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vimrc-sept24 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/vimrc-sept24 b/vim/vimrc-sept24 index 5b98fcb..9654f18 100644 --- a/vim/vimrc-sept24 +++ b/vim/vimrc-sept24 @@ -54,6 +54,10 @@ nnoremap <silent> <leader>CC :Commands<CR> command! Vlist botright vertical copen | vertical resize 50 nnoremap <leader>v : Vlist<CR> +" Here we are going to switch on column highlighting in HTML files +" see https://www.youtube.com/watch?v=DeLBFiQ_LEQ +autocmd FileType htmldjango,html setlocal cuc cul + " 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. |