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
- Host: GitHub
- URL: https://github.com/dkendal/projet
- Owner: Dkendal
- Created: 2021-01-25T02:55:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-03T18:33:11.000Z (about 5 years ago)
- Last Synced: 2025-12-26T06:47:47.335Z (6 months ago)
- Topics: vim, vim-projectionist
- Language: JavaScript
- Homepage:
- Size: 737 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```