Raidou

Results 123 comments of Raidou

Not support yet

I will consider implementing a more general way to support this. Example: ``` 1 / 3 |> toExponential(4) 1 / 3 |> toExponential(4, ROUND_UP) 1 / 3 |> toFixed(3, ROUND_DOWN)...

Special calculation of **identity element**: ``` 1 / 3 + 0.00 => 1 / 3 |> toFixed(2) 1 / 3 * 1.00 => 1 / 3 |> toFixed(2) 1 /...

You should modify the `explorer.file.child.template` configuration. remove the modifier like `growRight`. https://github.com/weirongxu/coc-explorer#template-grammar

The existing features don‘t support line wrap very well, you can consider using the alternative features. - Use the Il to toggle the floating preview function to view the long...

`coc-explorer` does not support save to session, you can use `set sessionoptions=curdir,folds,help,slash,tabpages,unix` to avoid error

Hi @amit777. There no plan at the moment, because I'm busy few months. I might consider this feature after the implementation of other priority features.

How did you open the two files? I tried to open two files with E but can't reproduce your issue

I think I got your mean, but explorer does not consider overriding the default behavior of vim / neovim. In my opinion, The management of the buffer and window should...

This part of the documentation is generated by code(https://github.com/weirongxu/coc-explorer/blob/0890cd1796e232d57ea05553338ca94819a312b4/scripts/gen_doc.ts), and I think users should look at the coc.nvim wiki(https://github.com/neoclide/coc.nvim/wiki/Using-the-configuration-file#extension-configuration), these configurations are the same for every extension.