sharpchen
sharpchen
@daef Thanks, that worked!
Didn't met the repo star requirement though https://github.com/neovim/nvim-lspconfig/blob/master/CONTRIBUTING.md#criteria But glad to see vb.net support outside visual studio, great job!
`T` should also be visible inside function body ```lua ---@generic T ---@param list? T[] local function foo(list) ---@cast list T[] -- warning: Undefined type or alias `T`. end ```
Omarchy theme is simply a bunch of config files for various programs, and some background. You can refer to https://github.com/guilhermetk/omarchy-rose-pine-dark and made it yourself. The big problems are, we dont...
It's a problem from visual studio, the completion menu faded when you long-press `Ctrl`.
yes please include `.editorconfig` as well
/verify
Yes per-interpreter options is what I expected
you can traverse the tree and write query on your own, then return a snippet node by context within dynamic node. tresitter_posfix is just a wrapper around `vim.treesitter` utilities
> It sounds like your issue comes from luasnip treating the treesitter languages as the same as the filetypes neovim provides, is that right? For example, if I have some...