Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dotfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sebastian Semmler
dotfiles
Commits
dc90541b
Commit
dc90541b
authored
7 years ago
by
Sebastian Semmler
Browse files
Options
Downloads
Plain Diff
Merge branch 'gitgutter'
* gitgutter: add git gutter
parents
b1b84780
e734ac5e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitmodules
+3
-0
3 additions, 0 deletions
.gitmodules
.vim/colors/smyck.vim
+6
-0
6 additions, 0 deletions
.vim/colors/smyck.vim
.vimrc
+4
-0
4 additions, 0 deletions
.vimrc
with
13 additions
and
0 deletions
.gitmodules
+
3
−
0
View file @
dc90541b
...
...
@@ -44,3 +44,6 @@
[submodule ".vim/bundle/VimCompletesMe"]
path = .vim/bundle/VimCompletesMe
url = https://github.com/ajh17/VimCompletesMe.git
[submodule ".vim/bundle/vim-gitgutter"]
path = .vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
This diff is collapsed.
Click to expand it.
.vim/colors/smyck.vim
+
6
−
0
View file @
dc90541b
...
...
@@ -20,6 +20,7 @@ hi Normal cterm=none ctermbg=none ctermfg=15 gui=none
hi
LineNr cterm
=
none ctermbg
=
none ctermfg
=
8
gui
=
none guibg
=
#282828
guifg
=
#8F8F8F
hi
StatusLine cterm
=
none ctermbg
=
8
ctermfg
=
15
gui
=
none guibg
=
#5D5D5D
guifg
=
#FBFBFB
hi
StatusLineNC cterm
=
none ctermbg
=
15
ctermfg
=
8
gui
=
none guibg
=
#5D5D5D
guifg
=
#FBFBFB
hi
Todo cterm
=
none ctermbg
=
15
ctermfg
=
6
gui
=
none guibg
=
#2EB5C1
guifg
=
#F7F7F7
hi
Search cterm
=
none ctermbg
=
6
ctermfg
=
15
gui
=
none guibg
=
#2EB5C1
guifg
=
#F7F7F7
hi
IncSearch cterm
=
none ctermbg
=
3
ctermfg
=
8
gui
=
none guibg
=
#F6DC69
guifg
=
#8F8F8F
hi
ColumnMargin cterm
=
none ctermbg
=
0
gui
=
none guibg
=
#000000
...
...
@@ -94,3 +95,8 @@ hi link rubyInterpolation Interpolation
hi
link rubyInterpolationDelimiter Interpolation
hi
link rubyRailsMethod Method
" GitGutter
hi
link GitGutterAdd Keyword
hi
link GitGutterChange String
hi
link GitGutterDelete Symbol
hi
link GitGutterChangeDelete Identifier
This diff is collapsed.
Click to expand it.
.vimrc
+
4
−
0
View file @
dc90541b
...
...
@@ -109,6 +109,10 @@ autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTree") && b:NERDTree.isT
set
ttyfast
" faster
redraw
set
backspace
=
indent
,
eol
,
start
" }}}
" Git-Gutter {{{
set
signcolumn
=
yes
set
updatetime
=
250
" }}}
" Backups {{{
set
noswapfile
set
nobackup
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment