Dimitri Sabadie
Dimitri Sabadie
Hello, I have a custom provider for LSP using [lsp-status](https://github.com/nvim-lua/lsp-status.nvim). The way this is structured: ```lua local lsp_status = require('lsp-status') lsp_status.register_progress() lsp_status.config { current_function = true, kind_labels = symbol_kind_labels_map, status_symbol...
Relates to #6.
[treemacs](https://github.com/Alexander-Miller/treemacs) has this super cool feature where pressing `` on a directory opens a it to show the files, but pressing tab on a file opens it in the tree...
Hello! Unicode characters `f114` and `f115` refer to empty directory / opened empty directory in fontawesome / nerdfont (example [here](https://github.com/kyazdani42/nvim-tree.lua/blob/master/lua/nvim-tree/config.lua#L20-L21)). However, when using `nonicons` in nvim, you can notice that...
I had to remove the overridings from gruvbox to get a decent syntax highlighting back. There’s some kind of regression. Is there a way to fix that?
This is the current status of hilighting in my neovim:  Comparison with Atom, for instance:  I...
I have an endpoint that mixes both `ReqBody` and `QueryParams`: ```haskell filterOccurrences :: [Tag] -> [QueryFilter] -> … ``` However, the generated Elm reverses the order: ```elm postOccurrencesFiltered : List...
The crate has been deprecated for quite a while now. Time to move on. :)
Both bar should be allowed to be hidden, potentially even dynamically (my workflow in tmux relies a lot on hiding the statusbar to use all the screen estate). I will...
Some benchmarks are needed to ensure what the problem is, but I’m pretty sure (given the current `nom-3` implementation) that we have a lot of failures and retries.