Jiarong Deng

Results 7 comments of Jiarong Deng

> can you add usage in README -> example config section . This PR works without any config changed.

actually, I did meet this problem before, but finally , I try to install re3 which is the new version of re2. It worked. And everything is going fine now....

Section | Title | 译者 | 完成时间 | PR -- | -- | -- | -- | -- learn | conditional-rendering | @Alienover | 2021.10.28 - 2021.10.30 | #615

Section | Title | 译者 | 完成时间 | PR -- | -- | -- | -- | -- learn | importing-and-exporting-components | @Alienover | 2021.10.30 - 2021.11.01 | #618

@malisoft that's the solution I am using.... have to replace the whole `Authorization` value.

https://github.com/rest-nvim/tree-sitter-http/issues/29 I created this issue in `tree-sitter-http` before. No one replied, so I duplicated it here for visibility.

My current solution is to link the highlight `AvanteSidebarWinSeparator` to `AvanteSidebarWinHorizontalSeparator` ```lua return { "yetone/avante.nvim", -- other lazy plugin specs config = function(_, opts) require("avante").setup(opts) -- INFO: fix the border...