Dimitri Sabadie

Results 76 issues of 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...

[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...

feature request
PR please

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: ![screen shot 2019-01-09 at 10 52 33](https://user-images.githubusercontent.com/506592/50891500-b58b4380-13fc-11e9-8401-9cbfbff425be.png) Comparison with Atom, for instance: ![screen shot 2019-01-09 at 10 54 15](https://user-images.githubusercontent.com/506592/50891601-ed928680-13fc-11e9-8bb9-dd07da876743.png) 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...

action
layout

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.

enhancement
question & discussion