TJ DeVries

Results 108 issues of TJ DeVries

Hello again :) Neovim recently added a function `menu_get`. I'm not sure if you use Neovim or not, but I think this could be useful for quickmenu. I made an...

enhancement

Hey @tami5 maybe you can use this in your projects to do live grep? I was just messing around with the idea. cc @Conni2461 @clason

This would be classified as an enhancement (I believe). The idea is that when you have a "TODO" that is sent to GitHub by pygemony, there would be a link...

feature

### Actual behaviour ```vim let g:var = {} lua vim.g.x = 1 echo g:var " Result: {} ``` ### Expected behaviour ```vim let g:var = {} lua vim.g.x = 1...

enhancement
performance
vimscript
lua
has:plan

https://github.com/nvim-lua/popup.nvim/pull/4 @jbyuki did this awhile ago in popup.nvim but I forgot to merge -- since we're not really doing anything in popup.nvim at the moment, you may just want to...

Inside of Neovim's code base, when I do: `$ lsif-clang build/compile_commands.json` At some point, I get this error: ``` [77/315] Processing file /home/tj/build/neovim/build/src/nvim/auto/os/win_defs.h.test-include.c In file included from /home/tj/build/neovim/build/src/nvim/auto/os/win_defs.h.test-include.c:1: /home/tj/build/neovim/src/nvim/os/win_defs.h:5:3: error:...

## Test plan - [ ] Test tree-sitter lang - [ ] Test non-tree-sitter lang - [ ] maybe profile startup

cla-signed

Using same strategy we had for Perl support, I added support for ocaml. (low priority PR, I did this for fun) ## Test plan - [ ] Open up some...

cla-signed

Wondering if you are thinking there are any better options than this kind of idea? This let's users do: ```ocaml let table, fields = StaticSchema.declare_table schema ~name:"optional" ~constraints:[] (let open...