Melker Ulander

Results 85 issues of Melker Ulander

I would love it if Wilder automatically selected the first item in the suggestion list but without inserting its text into the command-line. And calling `wilder#accept_completion()` would insert the text...

feature

Fixes problem where `&cpo` is set to the default and never reset to the user's settings for it.

Hi! When I run `require"jester".debug()` on a jest test I get the message "No active session". If I run `require"jester".debug_file()` nothing happens. Do you know what I could be doing...

**Is your feature request related to a problem? Please describe.** Pressing `` in insert mode once deletes everything to the left of the cursor up to the point where you...

enhancement
pinned

I would like to use [`exa`](https://github.com/ogham/exa) instead of `ls` for the previewer. I also kinda preferred having the preview on the right instead of the bottom, which was recently changed....

**Checklist** - [x] Have you read through `:h nvim-surround` to see if there might be any relevant information there? **Is your feature request related to a problem? Please describe.** I...

enhancement

Hi! I just discovered this project and I'm wondering if there are any plans for adding native Vim bindings to Quadratic? If you're unfamiliar with [Vim](https://github.com/vim/vim), it is a modal...

Overridden icons get reset when I change colorscheme. **To reproduce:** Configuration: Click to expand ```lua local root = vim.fn.fnamemodify(vim.fn.expand('$HOME') .. 'nvim-test-config', ':p') for _, name in ipairs({ 'config', 'data', 'state',...

### Problem I'm trying to conceal Markdown checkboxes _and_ the minus sign in front of them with one conceal character. Here's my query: ```scm ( (list_marker_minus) (task_list_marker_unchecked) ) @checkbox (#set!...

enhancement
treesitter

`:PossessionSave` closes any buffer that's not in a window. To reproduce, use the following config: Click to expand ```lua -- Ignore default config and plugins vim.opt.runtimepath:remove(vim.fn.expand('~/.config/nvim')) vim.opt.packpath:remove(vim.fn.expand('~/.local/share/nvim/site')) -- Append test...