Martin Hans
5444b76f9d
Add sourcing from my_configs/
...
To enable structurizing of own stuff or using *dotfile*
managers, this PR add the sourcing of `*.vim` files from the
`my_config/` directory. If the
`glob("~/.vim_runtime/my_configs/*.vim",1,1)` list is empty, the
`~/.vim_runtime/my_configs.vim` is sourced as previously.
2024-05-13 11:24:03 +02:00
James Braza
5a2969c90b
Clarifying my_configs.vim
docs in README
( #745 )
...
* Clarifying syntax of `my_configs.vim`
* Linked my_configs section in README
* Further clarified my_config docs
2024-01-07 16:19:36 +01:00
Kaveet Laxmidas
86762cf230
Fix broken code block in README.md ( #750 )
...
Adds missing closing code fence in README.md to fix incorrect formatting of vim-snipmate mappings.
2024-01-07 16:09:42 +01:00
Arnim Rupp
a33a44782e
Update README.md ( #728 )
2023-08-20 16:37:28 +02:00
Steffen Beyer
c2c2edd7b4
Fix support for native vim packages ( #733 )
2023-08-20 16:36:15 +02:00
Steffen Beyer
986318a12e
Add short info on colorscheme setup ( #734 )
2023-08-20 16:35:39 +02:00
Amir
8bf90b12d0
Added Github Copilot plugin
2023-04-01 22:49:41 +02:00
Wu Tingfeng
09d062a0a1
Replace python-requests with urllib.request ( #717 )
2022-11-21 10:11:47 +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 Salihefendic
f53e1e0880
Update README.md
2022-10-15 21:50:31 +02:00
Amir
0ebb4622e9
Formatting updated in the packloadall section
2022-10-15 21:49:17 +02:00
Amir
adbefa9283
Fix https://github.com/amix/vimrc/issues/658
2022-10-15 21:48:38 +02:00
David Wettstein
bbab4579f6
fix: escape spaces in expanded paths ( #676 )
2022-10-15 21:17:55 +02:00
guly
88f64a0561
Update README.md ( #684 )
...
right path for sh file
2022-10-15 21:17:27 +02:00
Mosaab Emam
d44e61e8e7
Fix small Error ( #693 )
2022-10-15 21:13:34 +02:00
Amir
a69eac5f3a
Document jedi-vim mappings
2022-10-15 21:07:09 +02:00
Amir
950b470eb9
Added jedi-vim
2022-09-21 10:47:47 +02:00
齐
5108ca4ec0
fix: typo ( #678 )
2022-02-06 23:10:31 +01:00
Amir
e13b2a10a7
Updated some plugin paths in README
...
Related to commit c6794a9227
2021-10-11 11:32:10 +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
Amir
b3698e4d38
Updated plugins
2021-08-04 15:52:11 +02:00
Amir
a95fa74e16
Updated README to include the Dracula theme
2021-08-04 15:45:03 +02: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
Amir
4a9f44d3dd
Added editorconfig-vim
2021-07-04 22:51:43 +02: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
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
amix
901655ef04
Removed the Python 3 refernce, should just be the default Python
2019-12-01 20:19:59 +01:00
Dessalines
18d96984a0
Adding update plugins to update section of readme. ( #549 )
2019-12-01 20:19:19 +01:00
amix
010fe6869f
Fixed the path of vim-markdown in the readme file
2019-11-30 21:00:26 +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
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
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
alphaCTzo7G
b7f50784d5
Updates README to add comfortable motion plugin ( #432 )
2019-11-16 17:11:12 +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
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
Wuxiang
92c9100a45
change to new site ( #405 )
...
site has changed to gitforwindows.org
2018-03-31 12:05:46 -03:00
Jacob Spizziri
f0a7be6ebc
doc(README.md): Update documentation on including... ( #406 )
...
... your own plugins
2018-03-31 12:05:20 -03:00
Amir Salihefendic
66ece5a119
Fixed https://github.com/amix/vimrc/issues/334
2018-03-31 12:04:41 -03:00
Amir Salihefendic
66472a20db
Merge branch 'master' of github.com:amix/vimrc
2018-03-31 11:56:43 -03:00