Update vimrc
This commit is contained in:
parent
8fa27d57d5
commit
6eaf406674
6
vimrc
6
vimrc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue