Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dotfiles
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor 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
Maxime Veber
dotfiles
Commits
b3ae3bb3
Commit
b3ae3bb3
authored
8 years ago
by
Maxime Veber
Browse files
Options
Downloads
Patches
Plain Diff
New powerline
parent
e386c2c9
Branches
master
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.vimrc
+23
-4
23 additions, 4 deletions
.vimrc
with
23 additions
and
4 deletions
.vimrc
+
23
−
4
View file @
b3ae3bb3
...
@@ -13,18 +13,29 @@ Plugin 'gmarik/Vundle.vim'
...
@@ -13,18 +13,29 @@ Plugin 'gmarik/Vundle.vim'
Plugin
'sjbach/lusty.git'
Plugin
'sjbach/lusty.git'
Plugin
'kien/ctrlp.vim.git'
Plugin
'kien/ctrlp.vim.git'
Plugin
'arnaud-lb/vim-php-namespace.git'
Plugin
'arnaud-lb/vim-php-namespace.git'
Plugin
'Lokaltog/vim-powerline.git'
" The first line is powerline. If you remove this, don't forget to edit zsh
" config
Plugin
'powerline/powerline.git'
,
{
'rtp'
:
'powerline/bindings/vim/'
}
Plugin
'tpope/vim-fugitive.git'
Plugin
'tpope/vim-fugitive.git'
Plugin
'airblade/vim-gitgutter'
Plugin
'airblade/vim-gitgutter'
" Here should be other plugins
" Here should be other plugins
" Bundle 'joonty/vim-phpqa.git'
" Bundle 'joonty/vim-phpqa.git'
"
" Markdown for vim
Plugin
'godlygeek/tabular'
Plugin
'plasticboy/vim-markdown'
Bundle
'danro/rename.vim'
Bundle
'danro/rename.vim'
Bundle
'tobyS/vmustache'
Bundle
'tobyS/vmustache'
Bundle
'SirVer/ultisnips'
Bundle
'SirVer/ultisnips'
Bundle
'tobyS/pdv'
Bundle
'tobyS/pdv'
" nerdtree
Plugin
'scrooloose/nerdtree'
" All of your Plugins must be added before the following line
" All of your Plugins must be added before the following line
call
vundle#end
()
" required
call
vundle#end
()
" required
...
@@ -56,7 +67,7 @@ set number
...
@@ -56,7 +67,7 @@ set number
set
tabstop
=
4
set
tabstop
=
4
set
expandtab
set
expandtab
set
smartindent
set
smartindent
"
set autoindent
set
autoindent
set
shiftwidth
=
4
set
shiftwidth
=
4
set
directory
=
/tmp/
set
directory
=
/tmp/
...
@@ -124,8 +135,13 @@ nmap <C-k> 4k
...
@@ -124,8 +135,13 @@ nmap <C-k> 4k
" Clear search highlight
" Clear search highlight
nmap
<
silent
>
<
leader
>
/ :let @/
=
""
<
cr
>
nmap
<
silent
>
<
leader
>
/ :let @/
=
""
<
cr
>
" Powerline protip
" (old) Powerline protip
let
g:Powerline_symbols
=
'fancy'
" let g:Powerline_symbols = 'fancy'
"
" New powerline
" set rtp+=/home/maxime/.vim/bundle/powerline/powerline/bindings/vim
set
ls
=
2
" Always show status bar
set
ls
=
2
" Always show status bar
...
@@ -152,3 +168,6 @@ nmap <S-j> <C-y><CR>
...
@@ -152,3 +168,6 @@ nmap <S-j> <C-y><CR>
" let g:gitgutter_avoid_cmd_prompt_on_windows = 0
" let g:gitgutter_avoid_cmd_prompt_on_windows = 0
let
g:gitgutter_sign_column_always
=
1
let
g:gitgutter_sign_column_always
=
1
let
g:gitgutter_realtime
=
1
let
g:gitgutter_realtime
=
1
" Vim markdown
let
g:vim_markdown_folding_disabled
=
1
" To avoid folding
-
which
is
disturbing
(
sort
by
1
level
title
)
\ No newline at end of file
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