Neovim Snippets
Get into it
1
Plug 'honza/vim-snippets'
Or in my new config
1
2
3
4
5
6
local M = {
"Shougo/neosnippet-snippets",
event = "VeryLazy",
}
return M
Install with lazy
1
:Lazy
This post is licensed under CC BY 4.0 by the author.
Comments powered by Disqus.