Collin Van Dyck

Results 8 comments of Collin Van Dyck

I guess this is going to happen with or without my approval so :+1: :)

Yeah I think the value is what we're talking about. @dpiddy agree that 64 bytes would be reasonable. Larger values can just be hashed down to that, and would be...

Thanks for creating this PR. I think this change will probably fix the issue I'm seeing in https://github.com/ahmedkhalf/project.nvim/issues/156. I thought it was a but in project.nvim but after reading the...

thanks @Zeioth ! i'm still on 0.9.5 but plan on upgrading soon and I will try that out, much appreciated.

@cairijun thanks for this! I had to modify it slightly -- the token was in `params` not `result` (neovim: 0.10.0) ```lua vim.api.nvim_create_autocmd("LspProgress", { pattern = "end", callback = function(ev) local...

Thanks for posting the examples. I learned a lot reading them and then [writing my own autocommand](https://github.com/collinvandyck/dotfiles/blob/9f35427d1b2204294786a420640520ae6c2eb06c/nvim/lua/plugins/lazygit.lua#L1-L24) to prevent the escape key from bringing me out of the terminal mode....

@kdheepak i think that would be helpful for newbies like me that might not know how to go about adding the workaround. thank you 👍

I'm also seeing a flicker using tmux. I tried without tmux and it was much better. Guessing that it might be due to aggressive full-viewport repainting that shows up more...