mirror of
1
0
Fork 0
Commit Graph

380 Commits

Author SHA1 Message Date
George Muraru 32dc236a00 Fix sh script 2020-01-20 10:26:31 +02:00
Amir 46195e4ca4 Updated plugins 2020-01-07 13:45:07 +01:00
amix b56966e13c Updated plugins 2019-12-30 14:28:38 +01:00
amix cb57890701 Updated plugins 2019-12-12 23:01:52 +01:00
amix 901655ef04 Removed the Python 3 refernce, should just be the default Python 2019-12-01 20:19:59 +01:00
amix f951c246a6 Merge branch 'master' of github.com:amix/vimrc 2019-12-01 20:19:24 +01:00
Dessalines 18d96984a0 Adding update plugins to update section of readme. (#549) 2019-12-01 20:19:19 +01:00
amix cf9b500ebc Updated plugins 2019-12-01 20:18:45 +01:00
amix 010fe6869f Fixed the path of vim-markdown in the readme file 2019-11-30 21:00:26 +01:00
amix 5d11b237a3 Fix https://github.com/amix/vimrc/issues/453 2019-11-30 18:51:57 +01:00
amix e4b4276499 Disable folding for Markdown
It's not super useful.

Ref: https://github.com/amix/vimrc/issues/445
2019-11-30 18:47:48 +01:00
amix 9c54d954f6 Updated plugins 2019-11-30 13:06:56 +01:00
amix 57ba28a9a2 Merge branch 'master' of github.com:amix/vimrc 2019-11-30 13:02:27 +01:00
amix 44bc76b209 Removed snipmate-snippets
It's redundant as vim-snippets is already included.

Fixes https://github.com/amix/vimrc/issues/489
2019-11-30 13:01:31 +01:00
Ma Chao c37e4c84b0 feat(:W):avoid warning such as the buffer was changed (#547) 2019-11-30 12:57:52 +01:00
amix 9234352b8c Improved the mappings documentation
Especially for plugins.

Fixes https://github.com/amix/vimrc/issues/493
2019-11-30 12:54:13 +01:00
Amir Salihefendic c30a27a14d Removed comfortable-motion.vim
It's isn't worth the hacks and issues.

Ref: https://github.com/amix/vimrc/issues/470
2019-11-18 09:42:59 +01:00
Amir Salihefendic fe5d99ff00 Fixed https://github.com/amix/vimrc/issues/496 2019-11-17 19:33:08 +01:00
Amir Salihefendic 8c6f4bdf7f Removed vim-go 2019-11-17 16:45:35 +01:00
Amir Salihefendic 3b7a7ded31 Fixed: https://github.com/amix/vimrc/issues/518 2019-11-16 20:49:59 +01:00
Amir Salihefendic b58d3ab136 Remove vim-go
It's too heavy and it also seems to have some issues. Gophers that use Go can manually install it

Fixed https://github.com/amix/vimrc/issues/537
2019-11-16 20:26:13 +01:00
Amir Salihefendic 2f70f3ad17 Fixed https://github.com/amix/vimrc/issues/541 2019-11-16 20:22:13 +01:00
Amir Salihefendic 966965a156 Fixed https://github.com/amix/vimrc/issues/546
This is done by removing custom FileType indent options, and using
`vim-python-pep8-indent` plugin.
2019-11-16 20:16:20 +01:00
Amir Salihefendic 97e3db7fe9 Added and updated some plugins
Added: vim-ruby, typescript-vim, vim-javascript
Updated: rust-vim
2019-11-16 18:43:18 +01:00
Amir Salihefendic ff0ede6b30 Merge branch 'master' of github.com:amix/vimrc 2019-11-16 18:41:26 +01:00
Amir Salihefendic 01890d8b5d Added gist-vim 2019-11-16 18:40:53 +01:00
maxb d8d4f89bd3 Update rust.vim from deprecated repo to rust-lang repo and add to update_plugins.py (#410) 2019-11-16 17:14:34 +01:00
William17 e1a383d271 fix(basic.vim): change `command W` to `command! W` (#412)
`source $MYVIMRC` will fail since command `W` exists.
Add `!` so the command would be redefined
2019-11-16 17:13:30 +01:00
alphaCTzo7G b7f50784d5 Updates README to add comfortable motion plugin (#432) 2019-11-16 17:11:12 +01:00
Amir Salihefendic f33d38b90c Merge branch 'master' of github.com:amix/vimrc 2019-11-16 17:08:30 +01:00
Rahuλ Dé ce77db52b0 Fix autoreload file from external change. (#451)
- Adds au FocusGained,BufEnter * checktime to actually trigger the
reload.
- set autoread on its own isnt enough.
2019-11-16 17:08:22 +01:00
forevernull 600b709fc8 ALE commands not working (#463)
ALE requires NeoVim >= 0.2.0 or Vim 8 with +timers +job +channel.
2019-11-16 17:06:47 +01:00
Jakub Rozenbajger 316f2f8ca1 Change permission of install scripts to execute (#468) 2019-11-16 17:06:23 +01:00
Amir Salihefendic 7d78cd90d9 Removed vim-isort 2019-11-16 17:02:45 +01:00
Luigi Perotti b2c3dd0df4 Fixes typo (#507) 2019-11-16 17:00:14 +01:00
Geezus42 8f7be9becd removed dupe Lightline setting (#509)
The Lightline colorscheme setting was being set twice.
2019-11-16 16:59:55 +01:00
demokn e620d9d46b Fix guifont config format in gtk2 & linux, see also https://github.com/amix/vimrc/issues/436 (#511) 2019-11-16 16:57:25 +01:00
1una 538ee9c6e7 fixed a spelling mistake in basic.vim (#523)
replaced `et.c` with `etc.` in line 166.
2019-11-16 16:30:52 +01:00
aquiire d551d7b20d remove additional height (#540)
why? May be there's a reason anyway in case you missed it.
2019-11-16 16:29:12 +01:00
Amir Salihefendic 72bdaba47e Updated plugins 2019-11-16 16:28:42 +01:00
Amir Salihefendic 96e10ed101 Added vim-lastplace 2019-08-23 10:02:26 +02:00
Amir Salihefendic 3aefdbd21a Updated plugins 2019-08-22 17:36:17 +02:00
Amir Salihefendic 6711ae6453 Make sure that enter is never overriden in the quickfix window 2019-08-22 17:34:32 +02:00
Amir Salihefendic 5439d30a5a Merge branch 'master' of github.com:amix/vimrc 2019-05-20 11:54:03 +02:00
Amir Salihefendic fae0b73f0d Updated plugins 2019-05-17 16:09:13 +02:00
Amir Salihefendic 95d2b08490
Typo fix
Thanks @rchrdchn
2019-04-19 10:55:47 +02:00
Amir Salihefendic a224edb76c
Added a small note about Doist 2019-04-19 10:33:56 +02:00
Amir Salihefendic 5a2572df03 Updated plugins 2019-03-27 16:08:56 +01:00
Amir Salihefendic bf7b5985f1 Added missing commits 2019-03-11 17:39:30 -03:00
Amir Salihefendic f50b2142bc Updated plugins 2019-03-08 08:04:56 -03:00