vim-skeletons icon indicating copy to clipboard operation
vim-skeletons copied to clipboard

Quickly scaffold template files in your favorite editor using UltiSnips templates

Results 5 vim-skeletons issues
Sort by recently updated
recently updated
newest added

`E734: Wrong variable type for +=` I think this is the reason https://stackoverflow.com/questions/19079755/how-to-set-and-option-using-a-string-in-a-vim-script

Thanks for the plugin! Really cool thing, but I was missing the ability to use filenames for skeleton decision My main use-case was the "CMakeLists.txt" file, as I understood I...

OS: Windows 10 Vim: Version 8 Skeletons: Latest I enter the command ":e test.js" and all that happens is an empty file opens. :SkeletonsOn, :SkeletonsOff does nothing. The script is...

Is there a way to get the main skeletons function to run when opening a blank file? i.e. the file was not created by vim (through :e), but happens to...

If I'm creating a file called test_.\* then it's is surely a test file, so I don't want to waste time on choosing the obvious snippet. https://github.com/noahfrederick/vim-skeleton

enhancement
help wanted