1
0
Fork 0
mirror of synced 2024-09-19 12:42:55 -04:00
Commit graph

57 commits

Author SHA1 Message Date
Steffen Beyer
c2c2edd7b4
Fix support for native vim packages (#733) 2023-08-20 16:36:15 +02:00
Amir
68cf3c02e2 Disable ale_virtualtext_cursor 2023-07-15 12:39:43 +02: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
ece45bcb60 Fix https://github.com/amix/vimrc/issues/714 2022-10-15 21:22:13 +02:00
Amir
950b470eb9 Added jedi-vim 2022-09-21 10:47:47 +02:00
Amir
e4932424f0 feat: Added mappings to copy the link to the line of a Git repository to the clipboard
This is super useful when sharing a reference with another developer,
e.g., to a function.
2021-10-11 11:29:06 +02:00
pjackson3
d93dda4770
Fixed inclusion of jshint (#646) 2021-08-04 15:57:36 +02:00
luc
da40fe1222 feat: include editorconfig-vim plugin
Signed-off-by: luc <onion0709@gmail.com>
2021-06-06 15:59:09 +08:00
Federico
ec9bf13857
[snipMate] set to default version 1 (#621) 2021-05-31 22:26:57 +02:00
Amir
8e54cbc92e Use MRU.vim plugin for accessing most recently used files 2021-05-05 10:24:20 +02: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
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
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
3b7a7ded31 Fixed: https://github.com/amix/vimrc/issues/518 2019-11-16 20:49:59 +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
Amir Salihefendic
46f1a1bd52 Updated the config of vim-multiple-cursors 2018-07-19 14:56:27 +02:00
Amir Salihefendic
7288aee801 Configure Ale 2018-06-14 12:31:05 +02:00
Amir Salihefendic
02572caa95 Updated plugins 2018-03-31 11:56:26 -03:00
Amir Salihefendic
2514de5b22 Readded config for the yankstack 2018-02-04 10:07:27 +01:00
amix
2ca843a22a Use YankRing instead of yankstack 2017-11-26 12:26:54 +01:00
amix
3be3af28e5 Fixed a conflict between yankstack and surround
It's related to re-mapping of the vmap
2017-08-16 11:16:53 +02:00
Amir Salihefendic
cefadf98bf Merge pull request #317 from Nhacsam/add-custom-plugins-folder
Allow to install custom plugins
2017-07-16 14:29:29 +02:00
amix
391f8b5c06 Updated vim plugins 2017-07-06 14:57:35 +02:00
Nicolas Djambazian
0a8ca3c28b Allow to install custom plugins 2017-05-20 11:33:48 +02:00
Martin Lavoie
1886475fd2 Make plugins_config use relative path 2017-03-27 15:27:30 -04:00
Curtis G
9cd8652c46 Add training space to <leader>nb map of NERDTreeFromBookmark 2016-12-16 20:20:55 -05:00
amix
b50cc96113 Fixed https://github.com/amix/vimrc/issues/192 2016-07-03 13:53:55 +02:00
amix
91ebc3ca0d Simplify the right side of the lightline status bar 2016-05-14 13:26:42 +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
amix
3aabd8befd Updated plugins, added extra configs to make Syntastic work with Go 2015-12-17 12:44:42 -03:00
amix
768c72a3ed Default to Hack font 2015-12-08 10:19:59 -03:00
amix
b1ffcf08ba By default disable the git gutter (and toggle it via <leader>d) 2015-07-13 11:42:13 +01:00
amix
be8e101b68 By default dont show the hidden files in NerdTree 2015-07-13 11:38:38 +01:00
amix
9a2843c2a5 Smaller changes to the core vimrcs
Default to Ag (instead of Ack)... Much faster.
Performance improvements due to smaller history.
Don't remember the position in file (this slows Vim down considerably.
2015-07-13 11:21:10 +01:00
amix
d195ccb777 Updated vim plugins 2015-02-24 10:45:22 +00:00
amix
00f043f0de Updated vim plugins. Nerd tree is on the right by default 2015-02-13 00:19:27 +00:00
amix
ac3ef260c8 Removed PeepOpen (CTRLp is much better) 2014-04-18 13:52:50 +01:00
Jeremy Carrier
e64e0f1618 Fixed issue #48 regarding snippet expansion brake
The glob pattern of pathogen is {} and not *
The syntax introduced in commit f2d6402 broke the snippet expansion
It is now fixed
2014-02-27 20:43:16 +01:00
Amir Salihefendic
22a446333a Merge pull request #43 from karlcoelho/pathogen-fix
Fixed the pathogen error
2014-02-08 10:07:33 +00:00
amix
497b5aa4fb Use syntastic instead of pyflakes (supports a ton of more languages) 2014-02-08 10:05:16 +00:00
Karl Coelho
f2d64022f5 Fixed the pathogen error 2014-02-06 13:36:37 +04:00
amix
b03dc8e510 Updated plugins 2014-01-07 00:25:41 +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
08a64d943d Updated plugins. Fixed some issues related to empty space and peaksea. Using Source Code Pro as default font 2013-12-28 18:23:13 +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
a817e88e35 Revert overriding CTRL-A (instead we use CTRL+S) 2013-04-16 10:27:16 -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