Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vimrc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Murukesh Mohanan
vimrc
Commits
7724f468
Commit
7724f468
authored
Mar 13, 2015
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added fugitive
parent
72dae919
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
2 deletions
+13
-2
.gitmodules
.gitmodules
+3
-0
bundle/airline
bundle/airline
+1
-1
bundle/syntastic
bundle/syntastic
+1
-1
bundle/vim-fugitive
bundle/vim-fugitive
+1
-0
ftplugin/tex.vim
ftplugin/tex.vim
+7
-0
No files found.
.gitmodules
View file @
7724f468
...
...
@@ -42,3 +42,6 @@
path = bundle/colorschemes
url = https://github.com/flazz/vim-colorschemes.git
ignore = dirty
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
airline
@
5e1cc0a2
Subproject commit
837f53cf79ccdff909e4aeeb9544f8b940ef8c2a
Subproject commit
5e1cc0a28b08855029a2e5706e6c411905fbc42d
syntastic
@
231a78f5
Subproject commit
69d20efc620ff9edcc05d7d75a2f775f85284ed0
Subproject commit
231a78f5de3690a2f672b4e8df68a28156c943d4
vim-fugitive
@
00957690
Subproject commit 0095769029709b531d2505ee6ad9907dd9bd72a0
ftplugin/tex.vim
View file @
7724f468
...
...
@@ -6,4 +6,11 @@ imap ]] <Plug>LatexCloseCurEnv
setlocal
colorcolumn
=+
1
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment