Skip to content

The simple module to autoload VS Code-like snippets on runtime path automatically.

License

Notifications You must be signed in to change notification settings

ryoppippi/denippet-autoimport-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

denippet-autoimport-vscode

The simple module to autoload VS Code-like snippets on runtime path automatically.

Requirements

Features

Installation

If you are using lazy.nvim

return {
    "ryoppippi/denippet-autoimport-vscode",
    event = { "InsertEnter", "User DenopsReady" },
    dependencies = {
        "vim-denops/denops.vim",
        "rafamadriz/friendly-snippets", -- your favorite VS Code-like snippet collection
    },
}

That's it! This plugin loads your snippets automatically!

Configuration

No additional configuration is required. The module automatically scans all runtime paths for VSCode snippet configurations and loads them accordingly.

Commands

After initialization, when you want to reload snipepts, run the following command:

:DenippetReloadVSCodeSnippet

This command ensures that all snippets are up-to-date and loaded into the active Denippet.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Inspired

This feature is inspired by a builtin function in LuaSnip

About

The simple module to autoload VS Code-like snippets on runtime path automatically.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published