Stephan Badragan

Results 33 comments of Stephan Badragan
trafficstars

Excited to use this with vimdiff 3way conflict resolution when it merges! It has got me thinking though if there would be a way to leverage treesitter to generate better...

ended up with slightly hacky solution in my lsp config: see this: https://github.com/neovim/neovim/issues/14258#issuecomment-811515564

observing same issue here, on version `3.1.1`...

`lsp_client_name_enddelay = -1` worked for me

agreed, I realized that after I posted 😢 For now I've turned off the lsp client name and just show the spinner.

@jesseduffield Hi, just ran into this after starting to use the awesomness that is lazygit and wanted to let you know that delta pager in particular has an option that...

@jay-babu thanks for `mason-null-ls.nvim`! Just added it to my config and it's working perfectly 😄 Should probably be advertised on the README for this project.

Instead of `CompleteDone`, should it not be `CompleteChanged`? ``` CompleteChanged *CompleteChanged* After each time the Insert mode completion menu changed. Not fired on popup menu hide, use |CompleteDonePre| or |CompleteDone|...

My plugin could also use this feature. Currently I am working around it by setting colors for matches like rgb(0,0,1) and parsing those from the output in order to figure...

@reidbarber problem with that is that shell globs are not smart enough to avoid .gitignored stuff like `node_modules` which is a significant perf impact