mirror of
1
0
Fork 0
Commit Graph

44 Commits

Author SHA1 Message Date
Amir Salihefendic 523f1b6ca2 Added auto-pairs, lightline-ale and comfortable-motion.vim 2018-06-14 12:30:22 +02:00
Amir Salihefendic 66ece5a119 Fixed https://github.com/amix/vimrc/issues/334 2018-03-31 12:04:41 -03:00
Amir Salihefendic 66472a20db Merge branch 'master' of github.com:amix/vimrc 2018-03-31 11:56:43 -03:00
Amir Salihefendic 7c643a2d9c Removed syntastic and replaced it with ale
Read more here:
https://github.com/w0rp/ale
2018-03-31 11:55:20 -03:00
Amir Salihefendic edc69df0b9
Merge pull request #371 from jwaggy/patch-1
Can now use python2 or python3 interchangeably.
2018-03-10 22:54:28 -03:00
Amir Salihefendic 8eeefe86c2 Updated plugins and added vim-markdown 2018-02-04 12:35:08 +01:00
amix 53894de44b Replace YanRing with yank-stack and update plugins 2017-12-13 15:05:24 +01:00
Joseph Waggy bf9657fc91
Can now use python2 or python3 interchangeably. 2017-12-06 11:01:41 -05:00
amix 2ca843a22a Use YankRing instead of yankstack 2017-11-26 12:26:54 +01:00
amix e9aac9794b Updated plugins, also experimenting with a new font
The font is IBM Plex Mono: https://ibm.github.io/type/
2017-11-24 14:54:40 +01:00
amix 71ca6d0ec8 Fixed https://github.com/amix/vimrc/issues/325 2017-07-16 14:38:57 +02:00
amix 2ef74326f0 Fixed https://github.com/tpope/tpope-vim-abolish 2017-07-16 14:33:43 +02:00
amix 391f8b5c06 Updated vim plugins 2017-07-06 14:57:35 +02:00
amix 48a2c325c3 Updated plugins and added vim-abolish 2017-05-26 11:30:32 +02:00
amix c4fbfe8aa8 Fixed https://github.com/amix/vimrc/issues/246 2017-04-01 14:29:02 +02:00
amix 50ae0a55f6 Removed ack.vim 2017-04-01 13:19:43 +02:00
amix 23ba938b6d Revert "Added the auto-pairs plugin"
This reverts commit 1f99361484.
2016-08-24 00:02:40 +02:00
amix 1f99361484 Added the auto-pairs plugin 2016-08-20 14:44:55 +02:00
Amir Salihefendic 7445f07fd3 Merge pull request #190 from HouCoder/use-ctrlpvim/ctrlp.vim
Use ctrlpvim/ctrlp.vim instead of unmaintained kien/ctrlp.vim
2016-05-14 17:08:14 +01:00
amix 31d077d82a Replace airline with lightline (much better perfomance) 2016-05-14 13:22:57 +01:00
amix f343b66088 Updated plugins 2016-05-14 12:57:54 +01:00
Tonni 5d1fca4b44 Use ctrlpvim/ctrlp.vim instead of unmaintained kien/ctrlp.vim 2016-04-29 23:52:07 +08:00
amix 71fc570357 Added a maintained version of nginx syntax. Removed vim-racer (buggy) 2016-02-20 13:51:59 +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 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
amix 795a8fb80d Updated plugins and added vim-jade 2016-01-05 15:18:45 -03:00
amix 3b37bba6cd Updated plugins 2015-12-08 10:20:04 -03:00
amix d7752b59ae Updated vimrc 2015-07-13 11:22:46 +01:00
Daniel Julius Lasiman d0eb16db58 Improve download speed of update plugin script 2015-06-06 22:18:58 +07:00
amix a304deea56 Updated plugins 2014-10-31 21:30:24 +00:00
Alexander Fomin d3fd0cf632 Make update_plugin.py script compatible with Python 3 2014-05-15 13:46:51 +04:00
amix 8f0740e307 Updated plugins. Added vim-golang as a mode 2014-03-11 21:10:50 +01:00
amix 0d8e7370bd Added vim-commentary and updarted the plugins.
commentary:
Comment stuff out.  Use `gcc` to comment out a line (takes a count),
`gc` to comment out the target of a motion (for example, `gcap` to
comment out a paragraph), and `gc` in visual mode to comment out the
selection.  That's it.
2014-03-02 14:35:00 +00:00
amix 497b5aa4fb Use syntastic instead of pyflakes (supports a ton of more languages) 2014-02-08 10:05:16 +00:00
amix 8265dca5d5 Updated plugins. Switched to Ack as standard search tool (much better than grep/vimgrep) 2014-02-07 10:41:15 +00:00
amix 5016954e38 Readded goyo.vim 2013-12-29 11:36:43 +00:00
amix 7654d5264c Added goyo.vim and vim-zenroom2 2013-12-29 10:37:14 +00:00
amix 6bce69df95 Added vim-zenroom: Remove all clutter and focus only on the essential. Similar to iA Writer or Write Room 2013-12-28 21:17:09 +00:00
amix 86f4456be1 Updated all the plugins. Removed powerline. Added vim-airline (replacement for powerline). Added vim-fugitive. 2013-11-16 19:48:06 +00:00
amix 349a9f5cda Added a new maping to update_plugins.py 2013-04-14 12:55:47 -03:00
amix 8b5bc388b0 Added two new plugins: vim-expand-region and vim-multiple-cursors.
They are both super useful. Read more on their GitHub pages for more info:
https://github.com/terryma/vim-expand-region
https://github.com/terryma/vim-multiple-cursors
2013-04-14 12:48:31 -03:00
amix f7aaff4afc Reverted back powerline 2013-04-13 15:10:31 -03:00
amix 3f1cdba799 Updated all plugins that are non-forked. Added some new plugins.
Added update_plugins.py which can fetch new plugins from GitHub.

New plugins added: zencoding, vim-indent-object, taglist, nginx.vim
2013-04-13 14:45:21 -03:00