luasnip-snippets
luasnip-snippets copied to clipboard
Vim-snippets (snipMate & UltiSnip Snippets) converted to native luasnip snippets
The Lua snippet [`fun(ction)?`](https://github.com/mireq/luasnip-snippets/blob/849f7010eca25924d6bb207a6aeea3bb3218e217/lua/luasnip_snippets/lua.lua#L143-L147) is not expandable for me. Is it supposed to look like that?
code ref: https://github.com/mireq/luasnip-snippets/blob/main/lua/luasnip_snippets/cpp.lua?#L329 Error ```txt Error executing vim.schedule lua callback: ...ng/.local/share/nvim/lazy/nvim-cmp/lua/cmp/utils/str.lua:81: bad argument #1 to 'byte' (string expected, got table) stack traceback: [C]: in function 'byte' ...ng/.local/share/nvim/lazy/nvim-cmp/lua/cmp/utils/str.lua:81: in function 'trim'...
Hello, I'm trying to use the python snippets but they are not working on my end, I've tried using html and csharp snippet already. One csharp snippet for example is...
Removed square bracket on line 55 of r.lua. This caused my nvim configuration to break when loading r files.
Hi! It would be awesome if I could disable some snippets that I have my own custom implementation for or that I don't find useful. I would like to be...