hrsh7th / vim-vsnip

Snippet plugin for vim/nvim that supports LSP/VSCode's snippet format.
MIT License
876 stars 37 forks source link

Override snippets #244

Open pogopaule opened 2 years ago

pogopaule commented 2 years ago

I don't like every snipped provided by friendly-snippets, e.g. log in typescript. I cannot override it by placing the one I like better in ~/.vsnip/typescript.json. Is there any other mechanism for that?