Melker Ulander

Results 85 issues of Melker Ulander

**Describe the bug** I have a weird issue with getting LanguageTool to point out spelling errors. The only way I can get it to highlight them is like this: 1....

bug

When I use `gui=underline` in a `highlight` command without assigning a color using `guisp` the underline always gets the color red. When running Neovim in a terminal however, the default...

In my statusline I use the nerd font glyphs `` (`nf-ple-upper_left_triangle` and `nf-ple-upper_right_triangle`) as separators between segments. I noticed that neovim-qt can't handle when those two glyphs have different highlight...

**Description** When moving the current tabpage with `:tabmove` the tabpage indicator does not update. **To Reproduce** init.vim: ```vim call plug#begin('~/.vim/bundle') Plug 'romgrk/barbar.nvim' call plug#end() ``` Steps to reproduce the behavior:...

bug
upstream

For instance, when running `nvim foo bar baz` in the shell, the buffer tabs order, i.e. `baz`, `bar`, `foo`.

bug
needs-repro

It would be neat if barbar had a feature similar to `:BufferPick` but that deletes the chosen buffer instead of moving to it.

request

If there already is a `` mapping there is an error thrown on startup.

Hi! lens.vim doesn't seem to always respect the width of a vertical help page. My `.vimrc`: ```vim set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() Plugin 'camspiers/lens.vim' call vundle#end() ``` To reproduce open a...

[The instructions](https://github.com/dpelle/vim-LanguageTool#download-languagetool) tell me to download a languagetool `.jar` file. I already have the `languagetool` executable installed on my system installed from my package manager, i.e. when I run `which...

[NERDCommenter](https://github.com/preservim/nerdcommenter) has the ability to comment out a part of a line. For instance, if I have the following html file: ```html lorem ipsium dolor sit amet ``` , and...

enhancement
help wanted