nvim-cokeline icon indicating copy to clipboard operation
nvim-cokeline copied to clipboard

:nose: A Neovim bufferline for people with addictive personalities

Results 31 nvim-cokeline issues
Sort by recently updated
recently updated
newest added

The buffer-tab component hightlights (except for default hl) are not changed after colorscheme highlight change. Noticable after switching between dark and light schemes

enhancement
good first issue

I am having an issue combining alpha, diffview.nvim, and cokeline and I am trying to figure out what the problem is and I think I might have gotten to the...

Does an indicator for native tab is supported ? Can't find option about it..

enhancement

Say if I open a buffer when a certain tab page is open, I want that buffer to appear in `cokeline` only when that tab page is open. Under any...

This makes the settings more customizable following the `cokeline` goal. ### Proposal Introduce two options to handle with click - `handle_click` - `handle_click_component` **Breaking**: - rename `delete_buffer_on_left_click` to `click`, since...

I am unsure how exactly the internals of cokeline works, but I imagine someone here is familiar with the [Catppuccin theme engine](https://github.com/catppuccin/nvim). It looks like various UI plugins can integrate...

Mappings `(cokeline-focus-next)` and `(cokeline-focus-prev)` won't switch buffer when executed from an unlisted buffer. If buffer is listed by `set buflisted` or `lua vim.o.buflisted = true` then it will work again...

bug

## Alternative title: Difference between `:bnext` and `(cokeline-focus-next)` Whats the motivation behind this? I had to change my :bn/bp keybinds to (cokeline-focus-next) / (cokeline-focus-prev), and im just wondering why the...

Hi, is it possible to update a diagnostics without saving a file? Clangd is constantly updating while writing a code, so it emits an error during typing something (like "int...

I cannot close terminal tab by clicking on "x" icon or by using pick close option. Error is: Error detected while processing function CokelineHandleCloseButtonClick: line 2: E89: term://~:/usr/bin/zsh will be...