Pedro Castro
Pedro Castro
Deleting files throws an error because trash directory does not exist. I saw that `fs.rename` is used instead of `fs_unlink` like `nvim-tree.lua`.
Proporsal PR: Move all keybindings options to a table.
This PR refactor `cep_to_state` function. - Remove nesteds `ifelse`, uses a structure that is easier to maintain - Remove unnecessary vectorization (`ifelse` and `&`) - Stricter verification, now `cep_to_state("7900000000000000")` raise...
Add basic support to convert type to module. - Support types inside module? Current state: - Does not support types inside module - Does not support recursive types. **TODO**: -...
After #97 and #525 have been merged we can provider basic syntax highlight when hovering. **Current state**  Apparently vscode does not detect ```res example as rescript syntax. In markdown...
Close #292
I installed `languageserver` in another path via `R_LIBS_USER` to isolate dependencies. The server was started normally, however autocomplete does not index packages in default `R_LIBS_USER`. `languageserver` path:  Can I...
## Changes - Add bindings to `@docsearch/react` v3 ## UI Changes - Search icon is now visible in any width. Before, it was not visible between 599px and 766px -...