Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
home
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
home
Commits
3af2ab00
Commit
3af2ab00
authored
Mar 18, 2015
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added laptop local
parent
79f86c22
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
17 additions
and
6 deletions
+17
-6
.vim/bundle/airline
.vim/bundle/airline
+1
-1
.vim/bundle/syntastic
.vim/bundle/syntastic
+1
-1
.vim/bundle/vim-surround
.vim/bundle/vim-surround
+1
-1
.vim/ftplugin/tex.vim
.vim/ftplugin/tex.vim
+0
-3
.vim/local/lab-laptop.vim
.vim/local/lab-laptop.vim
+9
-0
.vim/vimrc
.vim/vimrc
+5
-0
No files found.
airline
@
5dc0cc54
Subproject commit 5
e1cc0a28b08855029a2e5706e6c411905fbc42d
Subproject commit 5
dc0cc54180bd757a37c9828d5229956979cd654
syntastic
@
84add5b7
Subproject commit
231a78f5de3690a2f672b4e8df68a28156c943d4
Subproject commit
84add5b7f9a84dcc955d463a7dab639aa5bd031d
vim-surround
@
772ab958
Subproject commit
ec579a50478758ee6cebe265cf536f9a2f6c4e34
Subproject commit
772ab9587b7d1e2c3bae75395c9123803059ba8a
.vim/ftplugin/tex.vim
View file @
3af2ab00
let
g:LatexBox_latexmk_async
=
1
let
g:LatexBox_latexmk_preview_continuously
=
1
let
g:LatexBox_quickfix
=
4
inoremap
<
buffer
>
[[
\begin
{}<
Esc
>
i
imap
]]
<
Plug
>
LatexCloseCurEnv
setlocal
colorcolumn
=+
1
...
...
.vim/local/lab-laptop.vim
0 → 100644
View file @
3af2ab00
if
has
(
"gui_running"
)
if
has
(
"gui_gtk2"
)
set
guifont
=
Ubuntu\ Mono\
11
endif
endif
let
g:airline_powerline_fonts
=
1
set
textwidth
=
75
.vim/vimrc
View file @
3af2ab00
...
...
@@ -83,6 +83,11 @@ set foldmethod=syntax
let g:syntastic_cpp_compiler_options = ' -std=c++11'
let g:syntastic_python_python_exec = '/usr/bin/python3'
let g:airline#extensions#tabline#enabled = 1
let g:LatexBox_latexmk_options = ' -xelatex '
let g:LatexBox_latexmk_async = 1
let g:LatexBox_latexmk_preview_continuously = 1
let g:LatexBox_quickfix = 4
if has('cscope')
set cscopetag cscopeverbose
...
...
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