Update vimrc

This commit is contained in:
Rob Watson 2020-12-30 09:47:55 +01:00
parent 8fa27d57d5
commit 6eaf406674
1 changed files with 3 additions and 3 deletions

6
vimrc
View File

@ -69,11 +69,11 @@ map <leader>n :Ntree<cr>
nnoremap <Leader>p `[v`]
nnoremap Q @@
" Markdown configuration:
autocmd FileType markdown setlocal wrap linebreak
" vim-markdown configuration:
let g:vim_markdown_conceal = 3
" Command-T configuration:
map <leader>tf :CommandTFlush<CR>
map <leader>T :CommandTFlush<CR>
let g:CommandTFileScanner="git"
let g:CommandTGitScanSubmodules=1
let g:CommandTGitIncludeUntracked=1