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

Hi TJ, is there any particular reason the window parameters aren't passed to the callback? :) I kinda need those parameter inside the callbacks, that's why I'm asking. `buf_autocmd` ([Source](https://github.com/tjdevries/express_line.nvim/blob/master/lua/el/subscribe.lua#L78-L98)):...

Please allow passing table to `sections.highlight`. At the moment it only accept single string.

If window has splited buffers all buffers are update with the active current one instead of each buffer keeps its own lsp status data.

Here's my current lightline configuration: ### Tabline ![20200822_14h44m35s_grim](https://user-images.githubusercontent.com/46855713/90964404-d85d5500-e485-11ea-9c7b-34a5a9d5689b.png) The main thing to notice here is that I have all open buffers listed. I use buffers instead of tabs, so this...

Title says it all, but I would also like to mention that I'm totally willing to help out with implementing this, as not having it is the main reason I'll...

Deprecation of `vim.lsp.buf_get_clients` for Neovim 0.11. `vim.lsp_get_clients` has been available for awhile (not sure exactly when though...)