Šimon Mandlík
Šimon Mandlík
Hello everyone, I'm using the following to hide the cursor when entering `NvimTree` and `DiffviewFiles`: ```lua local function hide_cursor() vim.cmd [[ hi Cursor blend=100 set guicursor+=a:Cursor/lCursor ]] end local function...
### Feature description Hi, is it possible to use ufo providers even in diff-mode? I'm using https://github.com/sindrets/diffview.nvim and have seen e.g. https://github.com/kevinhwang91/nvim-ufo/issues/57#issuecomment-1520854713. But these settings just turn off initial folding...
Hi! I would like to display a lightbulb in status line if there are code actions on the current line. On top of that, I would like to show only...
This is a proposal to prefer fold icons to indent icons instead of the other way around when both are displayed. Not final and should be also made configurable to...
### Did you check the docs? - [x] I have read all the flash.nvim docs ### Is your feature request related to a problem? Please describe. For simple `test_function()` lua...
Since Neovim 0.11 it is possible to set `winborder` option. It would be nice if by default the plugin would use this option unless explicitly changed in setup. Thank for...
### Feature Description Currently, when using a component with `width.fill = true`, it fills the column up to the longest item in the menu and only then starts drawing the...
### Feature Description I would like to setup cmdline completion very similar to the vanilla neovim "matching", which means to reduce the "fuzziness", while keeping the standard completion as default....
### Make sure you have done the following - [x] Updated to the latest version of `blink.cmp` - [x] Searched for existing issues and documentation (try `` on https://cmp.saghen.dev) ###...
This emulates the best the vanilla cmdline completion (for commands) and is in my humble opinion slightly better than the `'cmdline` default: ```lua [""] = { function() return require("blink.cmp").show_and_insert_or_accept_single {...