Skip to content

Commit a319bdd

Browse files
author
Pascal Briehl
committed
my vim/nvim additions
1 parent fe15cd4 commit a319bdd

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

swvimrc

+8
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ set nocompatible
2424
" Bundle: git://github.com/fatih/vim-go.git
2525
" Bundle: git://github.com/xolox/vim-notes.git
2626
" Bundle: git://github.com/xolox/vim-misc.git
27+
" Bundle: git://github.com/vim-utils/vim-husk.git
28+
" Bundle: https://github.com/airblade/vim-gitgutter.git
29+
" Bundle: https://github.com/benekastah/neomake.git
30+
" Bundle: https://github.com/brettanomyces/nvim-editcommand.git
31+
" Bundle: https://github.com/jalvesaq/vimcmdline.git
32+
" Bundle: https://github.com/kassio/neoterm.git
33+
" Bundle: https://github.com/tpope/vim-pathogen.git
34+
" Bundle: https://github.com/wikitopian/hardmode.git
2735

2836
" Setup the bundles
2937
runtime bundle/vim-pathogen/autoload/pathogen.vim

vim/init.vim

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../.vimrc

vim/nvim

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../.vim/

0 commit comments

Comments
 (0)