1
0
mirror of https://github.com/amix/vimrc synced 2025-06-29 02:55:01 +08:00
Commit Graph

455 Commits

Author SHA1 Message Date
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
ec9bf13857 [snipMate] set to default version 1 (#621) 2021-05-31 22:26:57 +02:00
a7a471a207 Updated plugins 2021-05-05 10:25:00 +02:00
8e54cbc92e Use MRU.vim plugin for accessing most recently used files 2021-05-05 10:24:20 +02:00
f6855c3c41 Merge branch 'master' of github.com:amix/vimrc 2020-12-07 10:44:04 +01:00
a06964dd3b Updated plugins 2020-12-04 22:15:32 +01:00
92dab794c6 Update README.md 2020-07-10 23:39:05 -04:00
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
e351960bbb Replaced a Visual remap to a more useful one (#581) 2020-07-10 23:28:47 -04:00
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
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
e83f5ea2e7 Updated plugins 2020-06-21 11:50:44 -04:00
1d312d3252 Merge branch 'master' of github.com:amix/vimrc 2020-05-10 11:06:29 -04:00
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
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
62bc6698cd Merge branch 'gmuraru-gm-fix-parameterized' 2020-05-10 10:43:41 -04:00
79ed2285e5 Merge branch 'gm-fix-parameterized' of github.com:gmuraru/vimrc into gmuraru-gm-fix-parameterized 2020-05-10 10:43:25 -04:00
d895af51c9 Updated plugins 2020-05-10 10:24:38 -04:00
8c90331742 Merge branch 'master' of github.com:amix/vimrc 2020-05-10 10:24:02 -04:00
fef069af24 Updated plugins 2020-04-25 21:56:16 -04:00
31256d6be6 chore: make it straightforward (#562)
Co-authored-by: luc <814640709@qq.com>
2020-04-15 22:47:00 -04:00
d98c510eee Fixed https://github.com/amix/vimrc/pull/563/files 2020-04-15 22:41:14 -04:00
d6b7961e24 change to new fugitive syntax (#567)
Co-authored-by: tanskann <tanskann@users.noreply.github.com>
2020-04-15 22:39:13 -04:00
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
dbcdace7be Updated plugins 2020-01-28 23:07:36 -03:00
32dc236a00 Fix sh script 2020-01-20 10:26:31 +02:00
46195e4ca4 Updated plugins 2020-01-07 13:45:07 +01:00
b56966e13c Updated plugins 2019-12-30 14:28:38 +01:00
cb57890701 Updated plugins 2019-12-12 23:01:52 +01:00
901655ef04 Removed the Python 3 refernce, should just be the default Python 2019-12-01 20:19:59 +01:00
f951c246a6 Merge branch 'master' of github.com:amix/vimrc 2019-12-01 20:19:24 +01:00
18d96984a0 Adding update plugins to update section of readme. (#549) 2019-12-01 20:19:19 +01:00
cf9b500ebc Updated plugins 2019-12-01 20:18:45 +01:00
010fe6869f Fixed the path of vim-markdown in the readme file 2019-11-30 21:00:26 +01:00
5d11b237a3 Fix https://github.com/amix/vimrc/issues/453 2019-11-30 18:51:57 +01:00
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
9c54d954f6 Updated plugins 2019-11-30 13:06:56 +01:00
57ba28a9a2 Merge branch 'master' of github.com:amix/vimrc 2019-11-30 13:02:27 +01:00
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
c37e4c84b0 feat(:W):avoid warning such as the buffer was changed (#547) 2019-11-30 12:57:52 +01:00
9234352b8c Improved the mappings documentation
Especially for plugins.

Fixes https://github.com/amix/vimrc/issues/493
2019-11-30 12:54:13 +01:00
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
fe5d99ff00 Fixed https://github.com/amix/vimrc/issues/496 2019-11-17 19:33:08 +01:00
8c6f4bdf7f Removed vim-go 2019-11-17 16:45:35 +01:00
3b7a7ded31 Fixed: https://github.com/amix/vimrc/issues/518 2019-11-16 20:49:59 +01:00
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
2f70f3ad17 Fixed https://github.com/amix/vimrc/issues/541 2019-11-16 20:22:13 +01:00
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
97e3db7fe9 Added and updated some plugins
Added: vim-ruby, typescript-vim, vim-javascript
Updated: rust-vim
2019-11-16 18:43:18 +01:00
ff0ede6b30 Merge branch 'master' of github.com:amix/vimrc 2019-11-16 18:41:26 +01:00