garymjr / nvim-snippets

Snippet support using native neovim snippets
MIT License
215 stars 13 forks source link

fix: does not load properly from lazy #3

Closed Euro20179 closed 3 months ago

Euro20179 commented 7 months ago

Maybe I'm just doing something wrong, but I can't load this plugin without creating both an nvim-snippets (for lazy) and a snippets folder (for the plugin's use of require)

This pr makes it all just nvim-snippets

rubiin commented 3 months ago

This looks like a breaking change

folke commented 3 months ago

You need to create the snippets folder in your neovim config/ directory, NOT you config/lua directory. Works perfectly fine with lazy.nvim

garymjr commented 3 months ago

@folke is correct. Closing this as it is working as intended