Skip to content

memoryInject/session.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Vim Session Plugin

Create and restore vim session with NerdTree.
When running vim on project directory root ( nvim . ) this plugin will create
.session.vim file to store the current vim session on the project root, also save current session for NerdTree.

**Note: To use this plugin make sure to install

Installation

Install with your favourite plugin manager but make sure it installed after nerdtree and nerdtree-project-plugin

  Plug 'scrooloose/nerdtree'
  Plug 'scrooloose/nerdtree-project-plugin'
  Plug 'memoryInject/session.vim'

Usage/Examples

This plugin does not need any additional setup.
When running ' nvim . ' on bash, it will create .session.vim file on the root directory. You can add .session.vim on .gitignore and delete after the project finish.

nvim .

When opening a single file with nvim it output a message on nvim command line like "Session Disabled: Not running on project root directory".

If there is already a .session.vim file on the root, it will output "Session loaded".
If there is no .session.vim file on the root, it will output "No session loaded".
Session file only create after exiting nvim like qa! or q!.

If you pass 'ns' argument when opening nvim ( nvim . ns ) this will disable the session and won't create .session.vim file.

nvim . ns

Contributing

Contributions are always welcome!
For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Vim plugin to save and restore session for projects

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published