Seongmin Lee
Seongmin Lee
The lag in fish shell may occur because of `config.fish` file. Not nvim-tree's problem. I had the same problem, but I was able to find the cause in [fish-shell#7004](https://github.com/fish-shell/fish-shell/issues/7004#issuecomment-628530961). >...
@Shougo I don't know how neovim works internally, but is it possible to make the default behavior customizable with global-options? Personally, I think it's better to show all messages with...
@MDeiml Just curious, what do you mean by _conditionally enabled_? Does tree-sitter parser can be configured?
Same thing happens to me even with HTML textarea/inputs. Tried with webview element in as root level (`app/_layout.tsx`) but it didn't help.
Just found _resetting_ is not enough for this problem because of following case: ``` /`word/ *word* /word/ /word/` ``` all 4 italic and bolds' precedence level should not summed up...
Another idea to solve this issue is to make parent node have max precedence level of children's. This is way easier to implement, but can be breaking change. Edit: more...
That worked, thanks! By digging more on my self, I figured out I can just ```lua require('presence'):update() ``` rather than `connect()` and `authorize`. I'll leave this as open because I'm...
Closing this due to v3 release for both rest.nvim and tree-sitter-http. Now `tree-sitter-http` supports both `form-urlencoded` and `multipart-form-data` following intellij http client’s spec
Closing this PR due to the v3 release. rest.nvim now supports spinner using [fidget.nvim](https://github.com/j-hui/fidget.nvim)
Closing this due to v3 release. rest.nvim will follow the api of intellij’s http client. Now rest.nvim provides three types of variables: - environment variables (variables from your current shell...