Jongwook Choi

Results 548 comments of Jongwook Choi
trafficstars

@bryant-the-coder Your issue is irrelevant to this thread. Please read https://github.com/williamboman/nvim-lsp-installer/discussions/636

@williamboman I guess a majority of people would prefer non-intrusive way as opposed to me wanting something more explicit. I can agree that we should avoid too much options/configuration points...

I think we can first start having a shortening feature (like `airline#util#shorten`) without multi-byte characters into much consideration. Most users will still be fine with this. Once this is done,...

@shadmansaleh Yes `airline#util#shorten(text, winwidth, minwidth)` is more like an internal function, but which nvim-lualine will also likely to implement a similar thing as. It gives a truncated string including `...`...

Thanks for sharing the snippet for how to truncate long components. I wish this were a built-in feature where a reasonable default behavior of truncating, but heavy users can start...

I found that this is an issue of `ipywidgets>=8.0.0.rc0`. I will report an issue there.

This is due to a breaking change mentioned in https://github.com/neovim/neovim/issues/14090#issuecomment-1004318147. `win` cannot be `nil` any more and it is supposed to be `0` to denote to the current window. Is...

It will be pretty a heavy job to make codeactions included in trouble.nvim. Some known alternatives are https://github.com/ray-x/navigator.lua, https://github.com/weilbith/nvim-code-action-menu, or Telescope.

https://github.com/kabouzeid/nvim-lspinstall/issues/83#issuecomment-854029170 mentions a workaround, but this is a necessary feature so that one can execute post_install_hook **only once** after multiple LSP servers are intsalled.