Tianxi Ku

Results 14 comments of Tianxi Ku

I added `let g:Lf_UseCache = 1`, but still the same. Typing can also be freezed by search result half way like the following. I have to kill the terminal window.

Seems like there are 2 issues: 1. Temp result freezes input. 2. When result is too big, for example, a huge one line json file is in result, the whole...

Thanks. The freezing problem fixed after specifying max-column. Would be even better to have the debounce time setting, since my project is really large and typing half way can slowly...

Same here. My current work around is to rename the folder `nvim-lsp-setup` to `lsp-setup` and remove sync link in the installed package.

Same here. ![image](https://user-images.githubusercontent.com/10512841/192744179-99d327f1-18db-4be9-9d61-a581b616d624.png) ![image](https://user-images.githubusercontent.com/10512841/192744616-09316903-e1aa-4496-bd6c-3f52a008ac28.png) ![image](https://user-images.githubusercontent.com/10512841/192744668-e5621076-22e8-4c95-ae54-8a75c537dcff.png)

@BenvdStouwe I found a workaround. You can increase the sort weight from 10 to 10000.

@lambdalisue It shows the file path correctly. ![image](https://github.com/lambdalisue/fern.vim/assets/10512841/5c16fb50-31dd-4036-9ffc-d3f7a4f42f13)

Nerdtree works with this situation though. Here is the link to the implementation: https://github.com/preservim/nerdtree/blob/c46e12a886b4a6618a9e834c90f6245952567115/autoload/nerdtree/ui_glue.vim#L296

@lambdalisue Sorry for not clear enough about the repro steps. As long as you open the buffer before using diffview to open it, the issue cannot occur. So after git...

Here is a minimum init.lua for neovim. I figured out why you cannot repro. The issue exists only on **windows powershell** and not in wsl2 ubuntu. ![image](https://github.com/lambdalisue/fern.vim/assets/10512841/ac748bef-e949-4987-a79c-c0dbf077d7ba) ``` vim.g.loaded_netrw =...