Aaron Dill
Aaron Dill
@Taimoor-Tariq I am proud to announce a new extension I just released, inspired by this one! [here](https://marketplace.visualstudio.com/items?itemName=AaronDill.vercel-project-manager-vscode) it is on the VSCode marketplace if you'd like to check it out....
Perhaps a cli flag... for ease of use, the default would be *this*, but something like `pretty-ts-errors --lsp` would follow the LSP protocol, allowing 26, 21, and other ide requests....
> Not sure if there's a particular key binding to exit "properly" but `pkill -2 awrit` should send `SIGINT` (as `ctrl + c` does) instead of `SIGKILL` sent by `pkill...
@otavioschwanck id like to use the algorithm defined in [this file](https://github.com/aarondill/nvim/blob/main/lua/utils/root.lua) (taken from folke/LazyVim), which I feel is _slightly_ out of scope for any PR here. perhaps if we allowed...
I think we shouldn't call it on *every* initialization (because this makes network requests), but maybe if there's no binaries installed, then run it?
@amirbilu Having tried to implement this for a while, there doesn't seem to be an easy way without up-ending the rest of the codebase. In order to build asynchronously (and...
> Got you. What are you suggesting? What option is better in your opinion Well, ideally, we’d go to a callback-based system, but I would rather not implement those changes,...
I've rebased this to the current state of master (eb914c268228e5a04652fbcc3aff93a5bdb996d2)
@amirbilu Ive rethought this pr, and I think i can make it work asynchronously (I'm going to copy from [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter/blob/master/lua/nvim-treesitter/install.lua)'s async install). should I also add a `:TabnineBuild` and/or `:TabnineChatBuild`...
I've tested everything except for the chat changes (which should still work) on `NVIM v0.9.5` built from source, as well as `NVIM v0.11.0-dev-49+g10601ac5f` (latest HEAD). I don't use the chat,...