Melker Ulander

Results 85 issues of Melker Ulander

**Please confirm** - [x] I am running the latest version of this plugin **Describe the bug** Hi! I'm trying out Telekasten but I immediately ran into an issue. Telekasten seems...

bug

When creating a new line on a line with checked checkboxes the new line also gets a checked checkbox. To me, it would make more sense if a new checkbox...

[nvim-treesitter-textobjects](https://github.com/nvim-treesitter/nvim-treesitter-textobjects/?tab=readme-ov-file#text-objects-move) lets you repeat moves with `;`/`,` > You can make the movements repeatable like `;` and `,`. > > ```lua > local ts_repeat_move = require "nvim-treesitter.textobjects.repeatable_move" > > --...

### Did you check docs and existing issues? - [X] I have read all the noice.nvim docs - [X] I have searched the existing issues of noice.nvim - [X] I...

bug

I can't get this plugin to work. After calling `require('dap').continue()` I get the error `Couldn't connect to localhost:${port}: ECONNREFUSED`. Below is the minimal config that I'm using: Click to expand...

Thanks for a great plugin! I spent some time trying to figure out why a `launch.json` file wasn't working properly when my very similar hard-coded dap configuration in my Lua...

The extension [full-screen](https://github.com/daksh2k/Spicetify-stuff/tree/master/Extensions/full-screen) is activated by pressing `F`. However, this clashes with the default key binding `F` defined in [keyboardShortcut.js](https://github.com/spicetify/spicetify-cli/blob/master/Extensions/keyboardShortcut.js#L41-L46). A solution to this would be to use a different...

enhancement
full screen

When using this plugin together with the [sexy_scroller.vim](https://github.com/joeytwiddle/sexy_scroller.vim), which is a plugin that adds a scrolling animation to actions like ``/``, I'm getting a significant lag which makes animations unusably...

[Neotest test watching](https://github.com/nvim-neotest/neotest/blob/a2f1cb4072bb29fcc067605fb712bbd83917513e/doc/neotest.txt#L556) 🙂

enhancement
help wanted
good first issue

When doing `:OpenSession` in two different Vim instances I get the following warning: ```vim E325: ATTENTION Found a swap file by the name ... ``` Despite having the following set...