Skip to content

emersonmx/vim-prj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

vim-prj

A per project vimrc based on direnv.

Install

vim-plug

Plug 'emersonmx/vim-prj'

Usage

  • Run vim
  • Edit the config file with :call prj#edit()
  • Add anything you want
  • Save the config file
  • Run call prj#reload() to reload config files

Functions

call prj#reload()  " Reload config files (`.vim/vimrc` by default).
call prj#edit()  " Edit the config file.

Configuration

Default values are listed here:

let g:prj_config_path     = '.prjrc'
let g:prj_authorized_path = '$HOME/.cache/vim-prj'

About

A per project vimrc based on direnv.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published