https://github.com/raad1masum/vim-code
💻 A vim plugin to quickly open VSCode.
https://github.com/raad1masum/vim-code
vim vim-plugin
Last synced: about 1 year ago
JSON representation
💻 A vim plugin to quickly open VSCode.
- Host: GitHub
- URL: https://github.com/raad1masum/vim-code
- Owner: raad1masum
- License: mit
- Created: 2020-06-20T01:51:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-20T03:59:20.000Z (about 6 years ago)
- Last Synced: 2025-02-21T19:44:07.587Z (over 1 year ago)
- Topics: vim, vim-plugin
- Language: Vim script
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
vim-code 
========
A vim plugin to quickly open VSCode. Just run `:Code`.
Shortcut
--------
Add this line to the bottom of your vimrc:
```vim
map :Code
```
Now you can open VSCode just by pressing Ctrl + f.
Installation
------------
Install with your prefered vim plugin manager:
### [Vim packages][]
git clone https://github.com/raad1masum/vim-code ~/.vim/pack/plugins/start/vim-code
### [vim-plug][]
1. Add the following configuration to your `.vimrc`.
Plug 'raad1masum/vim-code'
2. Install with `:PlugInstall`
### [Vundle][]
1. Add the following configuration to your `.vimrc`.
Plugin 'raad1masum/vim-code'
2. Install with `:PluginInstall`
### [NeoBundle][]
1. Add the following configuration to your `.vimrc`.
NeoBundle 'raad1masum/vim-code'
2. Install with `:NeoBundleInstall`
### [dein.vim][]
1. Add the following configuration to your `.vimrc`.
call dein#add('raad1masum/vim-code')
2. Install with `:call dein#install()`
[Vim packages]: https://vimhelp.org/repeat.txt.html#packages
[vim-plug]: https://github.com/junegunn/vim-plug
[Vundle]: https://github.com/VundleVim/Vundle.vim
[NeoBundle]: https://github.com/Shougo/neobundle.vim
[dein.vim]: https://github.com/Shougo/dein.vim
## 👨💻 Contact
Linkedin: [Raadwan Masum](https://www.linkedin.com/in/raadwan-masum-9147bb1a5)
Github: [raad1masum](https://github.com/raad1masum)
Devpost: [Raadwan masum](https://devpost.com/raad1masum)
## 🤝 Contributing
Contributions, PRs, issues and feature requests are welcome! Feel free to check out the [issues page](https://github.com/raad1masum/vim-code/issues).
## ❤️ Show your support
Give a ⭐️ if you liked this project!
Hope you enjoy!