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

https://github.com/elvisoliveira/.vimrc

👨‍💻 My personal vim setup. 🤣 I'm a n00b, don't use this environment and config.
https://github.com/elvisoliveira/.vimrc

dotfiles editor ide vim

Last synced: about 1 month ago
JSON representation

👨‍💻 My personal vim setup. 🤣 I'm a n00b, don't use this environment and config.

Awesome Lists containing this project

README

          

# ~/.vimrc
My Vim Setup.

```
ln -s (pwd)/.vimrc ~/.vimrc
ln -s (pwd)/.vimrc.ide ~/.vimrc.ide
ln -s (pwd)/.vimrc.java ~/.vimrc.java
```

To open an IDE styled vim:

```
vi -u ~/.vimrc.ide FILE
```