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
- Host: GitHub
- URL: https://github.com/3n0ugh/vimrc
- Owner: 3n0ugh
- Created: 2021-09-13T20:30:23.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T09:42:39.000Z (almost 2 years ago)
- Last Synced: 2025-08-01T00:02:20.844Z (11 months ago)
- Topics: go, javascript, vim, vimrc
- Language: Vim Script
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.