Crates.io | jim |
lib.rs | jim |
version | 0.2.0 |
source | src |
created_at | 2021-10-09 00:42:36.280778 |
updated_at | 2021-10-09 21:10:58.572863 |
description | Named configuration management for vim |
homepage | |
repository | |
max_upload_size | |
id | 462586 |
size | 12,059 |
jim is a configuration profile management tool for neovim
###To install:
cargo install jim
###Basic usage:
First configure the default configuration path for jim:
jim init </path/to/default/configuration/file>
To add profiles:
jim add <profile_name> </path/to/configuration/file>
To list all available profiles:
jim list
To run nvim with a specific configuration file:
jim <profile_name>
To run nvim with the default configuration file:
jim