amix
b69c94e781
Fixed https://github.com/amix/vimrc/issues/128
2016-02-20 13:27:12 +00:00
amix
cda6e529bd
Merge branch 'master' of https://github.com/amix/vimrc
2016-02-20 13:13:42 +00:00
amix
e81e42ec4d
Updated plugins
2016-02-20 13:13:10 +00:00
Amir Salihefendic
f32bf9c12f
Merge pull request #107 from mortonfox/master
...
Updated PeepOpen link.
2016-02-20 11:56:05 +00:00
Amir Salihefendic
2f5e4189f7
Merge pull request #121 from danieljl/speedup-update-plugin-script
...
Improve download speed of update plugin script
2016-02-20 11:54:23 +00:00
Amir Salihefendic
30f8aa48c9
Merge pull request #136 from royling/patch-1
...
key bindings for :bnext and :bprev
2016-02-20 11:44:55 +00:00
Amir Salihefendic
6b251c0ea1
Merge pull request #138 from daniilguit/master
...
Enable jumping to the last position in file on open
2016-02-20 11:44:19 +00:00
Amir Salihefendic
bf39d05c11
Merge pull request #146 from idvoretskyi/patch-1
...
Ctags updated installation
2016-02-20 11:43:34 +00:00
Amir Salihefendic
1f504ad009
Merge pull request #148 from MagiCarbon/patch-1
...
the font name setting for the GTK+ 2 GUI.
2016-02-20 11:42:49 +00:00
Amir Salihefendic
36019409b7
Merge pull request #161 from andradei/master
...
Update Golang plugin used on README.
2016-02-20 11:42:20 +00:00
Amir Salihefendic
ddc32e1e04
Update README.md
2016-02-18 17:17:21 +00:00
Isaac Andrade
5a56192fd3
Track new files from updated packages
2016-02-17 12:03:42 -07:00
Isaac Andrade
6ac337eccd
Update packages
2016-02-17 12:02:39 -07:00
Isaac Andrade
a0d57ea14e
Add plugins for Rust support.
2016-02-05 00:52:39 -07:00
Isaac Andrade
7187161032
Update Golang plugin used on README.
2016-02-05 00:33:39 -07:00
Moriarty!~~
4b2dafc26a
the font name setting for the GTK+ 2 GUI.
2016-01-15 13:43:56 +08:00
Ihor Dvoretskyi
36f16e2d02
Ctags updates installation
...
Ctags updated installation (with Markdown for Debian/Ubuntu); added command for Arch Linux.
2016-01-12 19:02:11 +02:00
amix
795a8fb80d
Updated plugins and added vim-jade
2016-01-05 15:18:45 -03:00
amix
3aabd8befd
Updated plugins, added extra configs to make Syntastic work with Go
2015-12-17 12:44:42 -03:00
amix
6b48dc598f
Updated plugins
2015-12-16 10:53:53 -03:00
amix
26861f69b1
Merge branch 'master' of https://github.com/amix/vimrc
2015-12-08 10:21:06 -03:00
amix
3b37bba6cd
Updated plugins
2015-12-08 10:20:04 -03:00
amix
768c72a3ed
Default to Hack font
2015-12-08 10:19:59 -03:00
Daniel Gitelson
e7228660f0
Enable jumping to the last position in file on open
2015-10-22 10:32:56 +03:00
Roy Ling
e3948c7552
key bindings for :bnext and :bprev
...
opinionated bindings though, but easy to use, enjoy!
2015-09-05 18:42:44 +08:00
Amir Salihefendic
9771ce2f4d
Merge pull request #133 from hackerkid/patch-1
...
updated repo link
2015-08-11 23:47:24 +01:00
Vishnu Ks
5e3a4a979e
updated repo link
...
git is now replaced with https
2015-08-12 00:20:01 +05:30
amix
b1ffcf08ba
By default disable the git gutter (and toggle it via <leader>d)
2015-07-13 11:42:13 +01:00
amix
be8e101b68
By default dont show the hidden files in NerdTree
2015-07-13 11:38:38 +01:00
amix
75bb26dc78
Merge branch 'master' of https://github.com/amix/vimrc
2015-07-13 11:22:49 +01:00
amix
d7752b59ae
Updated vimrc
2015-07-13 11:22:46 +01:00
amix
9a2843c2a5
Smaller changes to the core vimrcs
...
Default to Ag (instead of Ack)... Much faster.
Performance improvements due to smaller history.
Don't remember the position in file (this slows Vim down considerably.
2015-07-13 11:21:10 +01:00
Daniel Julius Lasiman
d0eb16db58
Improve download speed of update plugin script
2015-06-06 22:18:58 +07:00
Amir Salihefendic
4cf1fa37e6
Merge pull request #115 from LumenTeun/patch-1
...
en => endif
2015-05-22 20:28:10 -07:00
amix
14babd4799
Merge branch 'bric3-gruvbox-submodule'
2015-05-22 20:26:19 -07:00
amix
bb14f055e3
Merge branch 'gruvbox-submodule' of git://github.com/bric3/vimrc into bric3-gruvbox-submodule
2015-05-22 20:26:02 -07:00
Amir Salihefendic
3ad577d57c
Merge pull request #117 from bric3/vim-gitgutter-submodule
...
Adds plugin vim-gitgutter
2015-05-22 20:23:43 -07:00
Brice Dutheil
77dfcbd9a5
Adds plugin vim-gitgutter
2015-05-22 16:28:04 +02:00
Brice Dutheil
5fcf13724a
Adds gruvbox as a submodule
2015-05-22 16:22:43 +02:00
Anton Strömkvist
5af76b8958
en => endif
...
I assume that this was an error?
2015-05-22 00:55:12 +00:00
Amir Salihefendic
095230d65d
Update README.md
2015-03-24 16:53:58 +00:00
Morton Fox
7fa4165bdf
Updated PeepOpen link.
2015-03-20 18:31:38 -04:00
amix
2cb073a57d
Updated plugins
2015-03-14 20:02:10 +00:00
amix
d195ccb777
Updated vim plugins
2015-02-24 10:45:22 +00:00
amix
8fa0bd4574
Merge branch 'master' of https://github.com/amix/vimrc
2015-02-13 00:19:34 +00:00
amix
00f043f0de
Updated vim plugins. Nerd tree is on the right by default
2015-02-13 00:19:27 +00:00
amix
a4b4587019
Updated plugins
2015-02-04 10:43:54 +00:00
Amir Salihefendic
616159088e
Merge pull request #97 from sagarjauhari/patch-1
...
Added links to goyo and vim-zenroom plugins
2015-01-26 12:21:37 +00:00
Amir Salihefendic
efa472f074
Merge pull request #100 from Druiced/master
...
Note to install ctags
2015-01-26 12:21:24 +00:00
amix
e7a01094b6
Updated plugins
2015-01-18 12:58:28 +00:00