express_line.nvim icon indicating copy to clipboard operation
express_line.nvim copied to clipboard

WIP: Statusline written in pure lua. Supports co-routines, functions and jobs.

Results 16 express_line.nvim issues
Sort by recently updated
recently updated
newest added

Just the same way there are options to get the whole bundled lsp-status or individual components like current-function or server-progress, this PR adds the ability to get individual git change...

After seeing the clean looking statusline in @tjdevries videos I decided to explore this plugin and really loved it, with a bit of lua/nvim knowledge it provides the most flexibilty...

Please can you tell me how i can set different statusline for active and inactive status line, This is my old status line, and i can see different element in...

Good to see some activity here, recently migrated to lualine but would be very happy to come back given el is maintained again. Do you think your could add some...

![image](https://user-images.githubusercontent.com/81471588/120477694-e919f000-c360-11eb-82b5-2df1a7d4b292.png)

Any idea why that is ? ![](https://user-content.gitter-static.net/f6a04902759015af48bad371b7d7130e8bccba3f/68747470733a2f2f692e696d6775722e636f6d2f657a71504d395a2e706e67)

Hi @tjdevries, I have noticed that config such as (simplified): ```lua local _coc_diag = function(_, buf, severity) local ok, res = pcall(a.nvim_buf_get_var, buf.bufnr, 'coc_diagnostic_info' ) if ok then local count...

For an example file `el` returns following hunks info: `[+1, ~8, -6]` while `GitGutterGetHunkSummary()` returns `[7, 1, 5]`. Do you know where this difference might be coming from?

I believe the highlight groups `User1` through `User9` are used to style the statusline (although this is not enforced). Do you think it would be useful to link to those...

* `Startify` will override statusline generated by `el` On initial nvim launch el generates statusline for startify's window correctly. But once another buffer gets opened and `:Startify` gets called it...