Aleksandrs Stier

Results 28 issues of Aleksandrs Stier

## Problem When I open a file with nvr the filename is echoed in nvims-commandline as can be seen in the screenshot. Nvim doesn't do that. Is it possible to...

### Minimal vimrc ```vim call plug#begin($XDG_DATA_HOME.'/nvim/plugins') Plug 'nvim-lua/completion-nvim' Plug 'steelsojka/completion-buffers' cal plug#end() autocmd bufenter * lua require'completion'.on_attach() let g:completion_chain_complete_list = [{'complete_items': ['buffer']}] set completeopt=menuone,noinsert ``` ### Steps to reproduce 1....

### Problem Sometimes I change the window-size of the explorer. When I close it and open it again the explorer forgets the size which I assigned to it. It would...

enhancement
feature_request

Hallo. Could we have an option `g:lexima_map_backspace` just like `g:lexima_map_escape`? My usecase is that I generally don't need it and would like to disable leximas behavior for backspace, but more...

Right now `2-leftmouse` is required to open a file/directory. I tried mapping to just `leftmouse` but it doesn't work properly. `leftmouse` does open the directory/file under the cursor with a...

feature request
upstream: neovim
PR please

The current line number is not highlighted. It gets highlighted however when relativnumbers are turned on.

context-ui
scope-compatibility

## Problem A Links- and Info-Box are shown right of the search-results as can be seen in the screenshot. I would like to disable/hide them and rather have more space...

enhancement

## Problem The following kinds are not defined: - Field - Reference - Event - Operator - TypeParameter The following kinds are defined but could have better icons: - Method...

## Info **unclutter-xfixes version:** 1.5 **OS:** Arch Linux **Window Manager:** dwm 6.2 ## Problem `unclutter --ignore-scrolling` doesn't ignore scrolling. It only works if the `--jitter` option is also enabled, ex....

bug

**unclutter-xfixes version:** 1.5 ## Problem `unclutter --ignore-scrolling --jitter 1` unhides the cursor on the very first scrolling. After that unclutter ignores scrolling and keeps the cursor hidden as expected. ##...