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
7560c839
Commit
7560c839
authored
Jan 25, 2016
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
plugin updates, powerline fonts on laptop
parent
12428af0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
3 deletions
+13
-3
.vim/README.md
.vim/README.md
+1
-2
.vim/bundle/vimtex
.vim/bundle/vimtex
+1
-1
.vim/local/laptop.vim
.vim/local/laptop.vim
+11
-0
No files found.
.vim/README.md
View file @
7560c839
# My vimrc
This repository contains my
`.vimrc`
and and
`.vim`
folder.
The
`.vimrc`
file is inside the folder and I usually keep a hard link outside.
This repository contains my
`.vim`
folder. The
`vimrc`
file is inside the folder.
Of note:
...
...
vimtex
@
0212c94e
Subproject commit
1aedd5a7464c93af5af86fec2f4cfce97d5f2947
Subproject commit
0212c94e31f953378092249bc791eaaa4c5ccb1a
.vim/local/laptop.vim
View file @
7560c839
if
has
(
"gui_running"
)
if
has
(
"gui_gtk2"
)
set
guifont
=
Ubuntu\ Mono\ derivative\ Powerline\
13
set
guioptions
-=
r
endif
endif
let
g:airline_powerline_fonts
=
1
if
!
exists
(
'g:airline_symbols'
)
let
g:airline_symbols
=
{}
endif
let
g:airline_symbols
.
space
=
"\ua0"
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