Skip to content

jonasw234/vim-mucomplete-minisnip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

vim-mucomplete-minisnip

Makes Minisnip snippets available as a completion chain in µcomplete.

Installation

Add the following to your .vimrc: let mucomplete#user_mappings = {'minisnip': "\<C-r>=MUcompleteMinisnip#complete()\<CR>"} and add the minisnip chain somewhere to your completion chains. Use a plugin manager or manual installation to add “MUcompleteMinisnip.vim” to your autoload directory.

If you want to use multiple directories for your snippets, you can use a separator in your minisnip_dir definition. By default this is ; on Windows and : otherwise. However you can choose your own by defining g:pathsep.

About

Makes Minisnip snippets available in µcomplete

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published