statusline.lua
statusline.lua copied to clipboard
A zero-config minimal statusline for neovim written in lua featuring awesome integrations and blazing speed!
When opening multiple tabs you cannot select active tab with mouse click. Somehow the plugin disables the default neovim behavior. Instead of mouse navigation you have to navigate by e.g....
Working purely from command line, the plugin works fine. However, launching via NeovimQt, I immediately get the following error:  Looks like the [environment variable `HOME`](https://github.com/beauwilliams/statusline.lua/blob/master/lua/modules/tabline.lua#L15) is not available in...
Sometimes I get an error when I use `` to go back to the previous buffer ``` Error detected while processing BufLeave Autocommands for "*": E5108: Error executing lua ...site/pack/packer/start/statusline.lua/lua/statusline.lua:4...
ToT neovim is complaining that `lsp.lsp_progress` will be deprecated soon. Replacing as suggested by message.
According this: [here](https://neovim.io/doc/user/deprecated.html#_lsp-functions) `vim.lsp.util.get_progress_messages()` Use [vim.lsp.status()](https://neovim.io/doc/user/lsp.html#vim.lsp.status()) or access progress of [vim.lsp.client](https://neovim.io/doc/user/lsp.html#vim.lsp.client) maybe I will open a pr to fix this
Fix #20 the deprecated function `vim.lsp.util.get_progress_messages()`. As advised by neovim @ https://github.com/neovim/neovim/pull/23958
for some reason when we use this plugin ``vim.lsp.buf.hover`` stops working correctly, we have to press twice our key associated with the function to see the floating window, i think...
I've just started trying out statusline. Setup was very fast, thanks! While the color matching option seems to work for me, I'd actually like for the statusline to be a...
Hello, Your plugin is pretty minimalist, clean, and nice. As we scroll up and down, the line/column number changes, and shifts the entire line around. Specifically the column number causes...
Hi, since the nerdfont upgraded to 3.4.0v, the icon `nf-mdi-vuejs` is no longer available. So I just changed the vue icon from `nf-mdi-vuejs` to `nf-seti-vuejs`(which is the default vue icon...