TJ DeVries
TJ DeVries
If you have code like the following: ```c #define TAKES_BLOCK(x, block) for (i = 0; i < x; i++) block int main(void) { { int x = 0; } TAKES_BLOCK(10,...
I wanted to be able to have closing labels do something like `` (or at least play with the idea). This change should be backwards compat with `prefix`
Hey @haorenW1025, I know you've been busy with a lot of stuff and I haven't really had any time to look at `completion-nvim` lately either. I'm wondering if we wanted...
Now that https://github.com/neovim/neovim/pull/12655 is merged, we are deprecating diagnostic-nvim. For full information and commit message, see: https://github.com/neovim/neovim/commit/f75be5e9d510d5369c572cf98e78d9480df3b0bb Any features that were in diagnostic-nvim have now been implemented in Neovim core!...
Hey, just drive-by issue of saying you might be able to re-use more of the built-in stuff for diagnostics now as we have exposed more stuff in master. Also wondering...
https://github.com/vim/vim/blob/master/.github/CODEOWNERS This will probably make setup and handling stuff easier.
```lua -- Usage: local path = vim.dep "plenary.path" ``` Implementation: ```lua -- instead of deps, we can call it `lua_modules` :cry: -- -- TODO: Add `deps` stuff to `package.path` so...