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

https://github.com/3n0ugh/vimrc

My vim configs to develop go and javascript
https://github.com/3n0ugh/vimrc

go javascript vim vimrc

Last synced: about 2 months ago
JSON representation

My vim configs to develop go and javascript

Awesome Lists containing this project

README

          

# My vim configs

### Instalation

- Clone this repository.
```bash
git clone https://github.com/3n0ugh/vimrc.git
```
```bash
cd vimrc
```
- Move the file and the folder into home directory.
```bash
mv .vim ~
```
```bash
mv .vimrc ~
```
- Run `:PlugInstall` command in vim.