Commit Graph

423 Commits

Author SHA1 Message Date
TLDay df6000b751
change tlib's repo address
original tlib repo is not maintained any more, official repo has been transfered to github already, we should transfer to official repo. This will also fix E1208 Error.
2021-07-23 11:54:06 +08:00
Pratyay Pande a8f0b6f678
Run code directly from vim (#594) 2021-07-04 23:07:53 +02:00
Matthew Boston e1f237cb6c
improve README instructions for installing updates (#595) 2021-07-04 23:06:11 +02:00
Shamanaitor ff31be3f45
Feature/vim indent guides (#608) 2021-07-04 23:01:36 +02:00
Fazle Arefin 1717536b95
Update instructions on updating vimrc (#614) 2021-07-04 22:57:32 +02:00
Paul Mulders 326327277c
update README to be more accurate (#623) 2021-07-04 22:55:57 +02:00
Vitaly Sharov d5b84d7ea4
add native plugin install to README (#632) 2021-07-04 22:53:29 +02:00
dependabot[bot] 6deb158069
Bump rake in /sources_non_forked/vim-multiple-cursors (#643) 2021-07-04 22:52:30 +02:00
Amir 4a9f44d3dd Added editorconfig-vim 2021-07-04 22:51:43 +02:00
Amir 96f3f7ae0e Merge branch 'lucmann-editorconfig' 2021-07-04 22:51:08 +02:00
Amir 419b8981ec Merge branch 'editorconfig' of github.com:lucmann/vimrc into lucmann-editorconfig 2021-07-04 22:50:19 +02:00
Amir e19ae5588a Updated plugins 2021-07-04 22:47:44 +02:00
Amir 597b7acdc0 Merge branch 'master' of github.com:amix/vimrc 2021-06-23 11:57:24 +02:00
Amir fd420a0521 Updated plugins 2021-06-23 11:57:12 +02:00
luc da40fe1222 feat: include editorconfig-vim plugin
Signed-off-by: luc <onion0709@gmail.com>
2021-06-06 15:59:09 +08:00
dependabot[bot] 8cba9bb7a8
Bump rake in /sources_non_forked/vim-multiple-cursors (#633) 2021-05-31 22:30:45 +02:00
Amir 2dc46c9a65 Updated plugins 2021-05-31 22:30:26 +02:00
Amir 9999d72176 Merge branch 'master' of github.com:amix/vimrc 2021-05-31 22:29:52 +02:00
Amir 2dccccb584 Updated normal maps for JavaScript, TypeScript
Now, TypeScript uses the JavaScript maps. Also, changed the maps for
following (to make it more standard):

* `<Ctrl+T>` => `console.log()`
* `<Ctrl+A>` => `alert()`
2021-05-31 22:28:44 +02:00
Federico ec9bf13857
[snipMate] set to default version 1 (#621) 2021-05-31 22:26:57 +02:00
Amir a7a471a207 Updated plugins 2021-05-05 10:25:00 +02:00
Amir 8e54cbc92e Use MRU.vim plugin for accessing most recently used files 2021-05-05 10:24:20 +02:00
Amir f6855c3c41 Merge branch 'master' of github.com:amix/vimrc 2020-12-07 10:44:04 +01:00
Amir a06964dd3b Updated plugins 2020-12-04 22:15:32 +01:00
Amir Salihefendic 92dab794c6
Update README.md 2020-07-10 23:39:05 -04:00
Amir Salihefendic ffcb49efb6
Update README.md
$e in the visual mode now wraps in ` instead of " (as $$ wraps with ")
2020-07-10 23:29:44 -04:00
UtkarshChemE e351960bbb
Replaced a Visual remap to a more useful one (#581) 2020-07-10 23:28:47 -04:00
Quentin Meeus 04988ed839
fix typo when installing for specific users (#578)
line 34 had `~/$user` which evaluates to `/home/user1/user1`. Now changed into `~$user` as above
2020-07-10 23:26:23 -04:00
dependabot[bot] 5ac8ad718b
Bump rake in /sources_non_forked/vim-multiple-cursors (#586)
Bumps [rake](https://github.com/ruby/rake) from 10.4.2 to 12.3.3.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](https://github.com/ruby/rake/compare/v10.4.2...v12.3.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-10 23:24:04 -04:00
Amir e83f5ea2e7 Updated plugins 2020-06-21 11:50:44 -04:00
Amir 1d312d3252 Merge branch 'master' of github.com:amix/vimrc 2020-05-10 11:06:29 -04:00
Amir 708e4f0d48 Replace mru.vim with CtrlPMRU
Removes mru.vim and remaps `<leader>f` to `CtrlPMRU`

Fixes https://github.com/amix/vimrc/issues/556

Thanks @dessalines
2020-05-10 11:04:55 -04:00
dependabot[bot] 69ebd4c372
Bump rake in /sources_non_forked/vim-multiple-cursors (#575)
Bumps [rake](https://github.com/ruby/rake) from 10.4.2 to 12.3.3.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](https://github.com/ruby/rake/compare/v10.4.2...v12.3.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-05-10 10:44:58 -04:00
Amir 62bc6698cd Merge branch 'gmuraru-gm-fix-parameterized' 2020-05-10 10:43:41 -04:00
Amir 79ed2285e5 Merge branch 'gm-fix-parameterized' of github.com:gmuraru/vimrc into gmuraru-gm-fix-parameterized 2020-05-10 10:43:25 -04:00
Amir d895af51c9 Updated plugins 2020-05-10 10:24:38 -04:00
Amir 8c90331742 Merge branch 'master' of github.com:amix/vimrc 2020-05-10 10:24:02 -04:00
Amir fef069af24 Updated plugins 2020-04-25 21:56:16 -04:00
Ma Chao 31256d6be6
chore: make it straightforward (#562)
Co-authored-by: luc <814640709@qq.com>
2020-04-15 22:47:00 -04:00
Amir d98c510eee Fixed https://github.com/amix/vimrc/pull/563/files 2020-04-15 22:41:14 -04:00
Niklas Tanskanen d6b7961e24
change to new fugitive syntax (#567)
Co-authored-by: tanskann <tanskann@users.noreply.github.com>
2020-04-15 22:39:13 -04:00
dependabot[bot] 27ad0d0786
Bump rake in /sources_non_forked/vim-multiple-cursors (#565)
Bumps [rake](https://github.com/ruby/rake) from 10.4.2 to 12.3.3.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](https://github.com/ruby/rake/compare/v10.4.2...v12.3.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-02 16:02:27 -03:00
Amir dbcdace7be Updated plugins 2020-01-28 23:07:36 -03:00
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