Mike

Results 99 issues of Mike

Determine if this is useful and implement. Otherwise, close as won't do. This would be a nice feature to allow triggering kitty-scrollback.nvim or other operations via menu bar kitty release...

enhancement
good first issue

`printf "%s\033[2;39m%s" "hi" "bye"` SGR (Select Graphic Rendition) parameters (see https://en.wikipedia.org/wiki/ANSI_escape_code) 2 | Faint, decreased intensity, or dim | May be implemented as a light font weight like bold.[39] 2...

enhancement

There are no plans to deprecate v0.9 support at this time. This ticket is a placeholder if deprecation occurs in the future. - Remove lines in the code with the...

backlog

I'd like to add the events `RecordingEnter` and `RecordingLeave` to the default refresh events. This is useful for cases where the recording register (e.g., `vim.fn.reg_recording()`) is displayed in lualine. Currently,...

### Description `:DiffViewOpen` fails with an error on Neovim nightly ### Expected behavior diff view opens successfully ### Actual behavior ```  Error 12:50:45 msg_show.lua_error Error executing luv callback: ...cal/share/nvim/lazy/diffview.nvim/lua/diffview/async.lua:187:...

bug

Neovim nightly deprecated some table operations resulting in diffview.nvim crashes. I've moved the operations `islist` and `flatten` to the utils package so that we can apply the appropriate function depending...

see https://www.reddit.com/r/neovim/comments/19aratu/psa_nvimtreesitter_breaking_changes_on_highlight/

-- lsp-inlayhints.nvim LspInlayHint = { link = "comment" },