Skip to content

the simplest vim snippet management tool possible

License

Notifications You must be signed in to change notification settings

mrtazz/vim-snipple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a07a509 · Feb 28, 2023

History

3 Commits
Oct 6, 2022
Feb 28, 2023
Oct 6, 2022
Oct 6, 2022

Repository files navigation

vim-snipple

Overview

I wanted to manage some snippets but all the snippet management plugins provided too many options and features. I have very pedestrian needs, so I just wanted to do 2 things:

  1. List all available snippets
  2. Load the selected snippet into the current buffer

It deliberately doesn't do any expansion of things or support variables or anything like that.

Usage

:SnippleLoad <TAB>

Configuration

  • g:SnippleBaseDir: Location of your snippets, defaults to ~/.snippets

Example snippets directory:

~/.snippets
├── go
│   └── test.snippet
└── ruby
    └── test.snippet

About

the simplest vim snippet management tool possible

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published