Melker Ulander

Results 85 issues of Melker Ulander

I personally think it would make more sense if the session commands had the prefix "Session", instead of having them as a suffix. I just started using this plugin and...

`xmap` for `VgSurround` seems to get overridden by `VSurround`. For some reason this seems to only happen in Neovim, because when I do the same thing in Vim I get...

`qf.below`/`qf.above` don't seem to be working when called from inside the quickfix list buffer. When triggered, qf jumps to the line under the cursor, not the next/previous one. I took...

### I've searched open & closed issues for similar requests - [X] Yes ### Package name markdown-oxide ### Package homepage https://github.com/Feel-ix-343/markdown-oxide ### Languages markdown ### How is this package distributed?...

help wanted
new-package-request

### I've searched open & closed issues for similar requests - [X] Yes ### Package name harper_ls ### Package homepage https://harper.elijahpotter.dev/ ### Languages markdown, rust, typescript, typescriptreact, javascript, python, go,...

help wanted
new-package-request

Hi! It would be nice if devicon-lookup allowed for customization of the icons used for each filetype. Perhaps through a flag or a config file. This would also allow users...

enhancement
help wanted

How would I go about getting devicons for an FZF command like `History` which lists my most recetly used files? It would by the way be awesome if that particular...

enhancement
good first issue

By default, this plugin hijacks `f` and `r` in normal mode _and_ insert mode. The insert mode mapping makes this plugin unusable for anyone who has for instance has ``...

### Bug Description `mdFencedCodeBlock` doesn't work on code blocks in lists. Here's an example ````markdown 1. ```lua local foo = "bar" ``` ```` Doing `mdFencedCodeBlock()` in the code block yields...

bug

Hi! Thanks for making this awesome plugin! This is a tricky one, but I would love it if this plugin handled creating [Rust lifetime syntax](https://doc.rust-lang.org/book/ch10-03-lifetime-syntax.html#lifetime-annotations-in-function-signatures). They can look like this....