https://github.com/brianp/localvimrc
Just let me use a project vimrc file kplz
https://github.com/brianp/localvimrc
Last synced: about 1 year ago
JSON representation
Just let me use a project vimrc file kplz
- Host: GitHub
- URL: https://github.com/brianp/localvimrc
- Owner: brianp
- License: mit
- Created: 2012-03-08T19:52:12.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2016-10-13T07:14:18.000Z (over 9 years ago)
- Last Synced: 2025-01-28T17:45:47.958Z (over 1 year ago)
- Language: VimL
- Homepage:
- Size: 2.93 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE
Awesome Lists containing this project
README
= LocalVimrc
Just sources the .vimrc file from whatever directory you open vim in. Used for
project specific vim options.
ex. One Projects convention is to use hard tabs instead of soft tabs. Create a .vimrc file in the project directory and set the hard tab options.
Always open vim from the project route
* Create .vimrc in project route: ex. /project/.vimrc
* Always open vim from the project route: ex. mvim /project
* Profit.