Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vim-config
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
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
mtrame
vim-config
Commits
e616b458
Commit
e616b458
authored
5 years ago
by
mtrame
Browse files
Options
Downloads
Patches
Plain Diff
fixed the package man
parent
0a4e331f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.vimrc
+12
-0
12 additions, 0 deletions
.vimrc
with
12 additions
and
0 deletions
.vimrc
+
12
−
0
View file @
e616b458
...
...
@@ -162,6 +162,13 @@ imap <Tab> <C-p>
execute
pathogen#infect
()
"------------------------------------------------------------
" Should install vim-plug if not already installed
if
empty
(
glob
(
'~/.vim/autoload/plug.vim'
))
silent
!
curl
-
fLo
~
/.vim/
autoload/plug
.
vim
--
create
-
dirs
\
https
:
//
raw
.
githubusercontent
.
com
/junegunn/
vim
-
plug
/master/
plug
.
vim
autocmd
VimEnter
* PlugInstall
--
sync
|
source
$MYVIMRC
endif
" Specify a directory for plugins
" - For Neovim: ~/.local/share/nvim/plugged
" - Avoid using standard Vim directory names like 'plugin'
...
...
@@ -197,6 +204,11 @@ Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
" Unmanaged plugin (manually installed and updated)
Plug
'~/my-prototype-plugin'
" Pywal colorscheme
Plug
'dylanaraps/wal.vim'
colorscheme
wal
" Initialize plugin system
" Start up NERDTree when no file is specified
...
...
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