Commit 7724f468 authored by Murukesh Mohanan's avatar Murukesh Mohanan

added fugitive

parent 72dae919
...@@ -42,3 +42,6 @@ ...@@ -42,3 +42,6 @@
path = bundle/colorschemes path = bundle/colorschemes
url = https://github.com/flazz/vim-colorschemes.git url = https://github.com/flazz/vim-colorschemes.git
ignore = dirty ignore = dirty
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
Subproject commit 837f53cf79ccdff909e4aeeb9544f8b940ef8c2a Subproject commit 5e1cc0a28b08855029a2e5706e6c411905fbc42d
Subproject commit 69d20efc620ff9edcc05d7d75a2f775f85284ed0 Subproject commit 231a78f5de3690a2f672b4e8df68a28156c943d4
Subproject commit 0095769029709b531d2505ee6ad9907dd9bd72a0
...@@ -6,4 +6,11 @@ imap ]] <Plug>LatexCloseCurEnv ...@@ -6,4 +6,11 @@ imap ]] <Plug>LatexCloseCurEnv
setlocal colorcolumn=+1 setlocal colorcolumn=+1
setlocal spell spelllang=en_gb setlocal spell spelllang=en_gb
autocmd CursorHold *.tex w
inoreabbrev <buffer> 00 <bar>00\rangle
inoreabbrev <buffer> 10 <bar>10\rangle
inoreabbrev <buffer> 01 <bar>01\rangle
inoreabbrev <buffer> 11 <bar>11\rangle
highlight ColorColumn ctermbg=grey guibg=grey highlight ColorColumn ctermbg=grey guibg=grey
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment