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

🎈 Floating statuslines for Neovim, winbar alternative

Results 22 incline.nvim issues
Sort by recently updated
recently updated
newest added

I want incline.nvim's floating statusline to be behind neo-tree's floating window, to avoid overlapping issues as below: ![image](https://user-images.githubusercontent.com/62098008/183874986-3603f875-9d08-4a65-9711-1861ed9ff2d8.png) I've tried increasing the zindex of neo-tree to 1000, keeping incline.nvim's default...

compatibility

`:h incline-config-window.margin.vertical` states that: > If `window.placement.vertical` is `top` and 'laststatus' is `3`, you can set > `window.margin.vertical.top` to `0` to allow Incline statuslines to overlap > window borders. Is...

enhancement
help wanted

In [the screenshot in the README](https://user-images.githubusercontent.com/21299126/167235114-d562ea45-155c-4d82-aaf1-95abb56398b7.png) each incline statusline has a filetype icon next to it which looks super neat. How do I achieve this? I couldn't find anything in...

question

Please subscribe to this issue to be notified of any breaking changes or major features.

meta

Staying in one tab and creating windows works as expected, however, the second I swap off the existing tab, incline no longer provides the filenames. Here are a couple of...

compatibility

Hi, Not sure if there's a specific implementation reason to avoid this, but I'm essentially trying to draw a bottom border on the window line to demarcate it a bit...

enhancement
help wanted

How can I suppress the below overlaping if statement in 'winline.lua' config file? I use lspsaga and I'd like to align incline at the same line of the lspsaga breadcumb....

enhancement

I've used `lualine` before and I could hide the status line in inactive window, why doesn't `incline` have such functionality? When I split the current window vertically, I see the...

enhancement

When using plugins such as `mini.animate`, status windows on the right-hand side of the editor flicker and move when they should stay in place. This is because of the `relative="win"`...

I know there is no event for this in vim but as a workaround it might be worth at least adding a CursorHold event.

bug