An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

vim-code ![build](https://api.travis-ci.com/raad1masum/personal-site.svg?branch=master&status=passed)
========
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!