mirror of
1
0
Fork 0
Commit Graph

186 Commits

Author SHA1 Message Date
Amir f8e0ea7b78 Updated plugins 2024-02-11 18:33:58 +01:00
Amir e6f509e6e1 Added the copilot.vim to sources_non_forked 2024-01-07 16:15:48 +01:00
Amir f676f799e7 Updated plugins 2024-01-07 16:14:20 +01:00
Wu Tingfeng 63419d6513
Replace Unicode dashes with ASCII ones (#722) 2023-08-20 16:39:46 +02:00
Amir 8240935caa Updated plugins 2023-08-20 16:33:56 +02:00
Amir 06f872cb2f Updated nerdtree plugin 2023-07-15 12:47:11 +02:00
Amir 747d4093f4 Updated plugins 2023-07-15 12:43:27 +02:00
Amir 8bf90b12d0 Added Github Copilot plugin 2023-04-01 22:49:41 +02:00
Amir b318c1d0e5 Updated plugins 2023-04-01 22:48:04 +02:00
Amir 2b653aa950 Updated vim plugins 2022-12-03 11:29:32 +01:00
Amir 9bab0e48c8 Remove jedi-vim
If it's there, it throws an error if jedi isn't installed for Python.

Fixes https://github.com/amix/vimrc/issues/716
2022-11-20 12:24:49 +01:00
Amir b8073ac5c4 Updated plugins 2022-11-20 12:21:23 +01:00
Shuangchi He ac52a165d7
Fix some typos. (#702) 2022-10-15 21:10:05 +02:00
dependabot[bot] c30d2b7a53
Bump rake in /sources_non_forked/vim-multiple-cursors (#706) 2022-10-15 21:09:41 +02:00
Amir 23ee6b7311 Updated plugins 2022-10-15 21:05:32 +02:00
Amir 950b470eb9 Added jedi-vim 2022-09-21 10:47:47 +02:00
Amir 3978f7b467 Forgot to check in the rest of the updated plugins :/ 2022-09-20 10:08:31 +02:00
Amir c6ba5aa440 Updated plugins 2022-09-20 10:08:17 +02:00
Amir 765adb9da3 Updated plugins 2022-08-08 15:45:56 +02:00
Amir b41536726f Updated Vim plugins 2022-08-08 15:45:34 +02:00
Amir a716fe1777 Merge branch 'master' of github.com:amix/vimrc 2021-10-28 21:49:53 +02:00
Amir b39d6ca807 Updated plugins 2021-10-28 21:48:21 +02:00
dependabot[bot] 28d48234e3
Bump rake in /sources_non_forked/vim-multiple-cursors (#668) 2021-10-28 21:46:53 +02:00
Amir 92c794cc2b Updated plugins 2021-10-11 11:30:43 +02:00
dependabot[bot] 98df6a1509
Bump rake in /sources_non_forked/vim-multiple-cursors (#656) 2021-08-04 15:57:12 +02:00
Amir b3698e4d38 Updated plugins 2021-08-04 15:52:11 +02:00
Amir ab92a1d4f5 Revert back to peaksea
Not ready to change yet 😅
2021-08-04 15:51:30 +02:00
Amir 97fed613a7 Added the Dracula colors scheme and use it as the default 2021-07-30 22:53:30 +02:00
Amir 65de68fa88 Updated plugins 2021-07-30 22:52:54 +02:00
Shamanaitor ff31be3f45
Feature/vim indent guides (#608) 2021-07-04 23:01:36 +02:00
dependabot[bot] 6deb158069
Bump rake in /sources_non_forked/vim-multiple-cursors (#643) 2021-07-04 22:52:30 +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 a7a471a207 Updated plugins 2021-05-05 10:25:00 +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
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 d895af51c9 Updated plugins 2020-05-10 10:24:38 -04:00
Amir fef069af24 Updated plugins 2020-04-25 21:56:16 -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