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

https://github.com/dkendal/projet

Source code management tool and text editor plugin
https://github.com/dkendal/projet

vim vim-projectionist

Last synced: 3 months ago
JSON representation

Source code management tool and text editor plugin

Awesome Lists containing this project

README

          

# Projet

Projet is a source code management tool and text editor plugin. Projet draws
inspiration from vim-projections and projectile.

# Neovim plugin installation

**Dependencies**

```
npm --global install neovim
```

**vim-plug**

```
Plug 'dkendal/projet', {'rtp': 'vim', do: 'UpdateRemotePlugins'}
```

After installing make sure to run

```
:UpdateRemotePlugins
```