Daniel Schreck

Results 9 issues of Daniel Schreck

It looks like the script is only finding a subset of contacts. For example, if I have a contacts `David` and `Dad`, the command `contacts da` is right now only...

Re-mentioning issues mentioned in #35 after it was closed as it might've been missed Unfortunately, the scrolling behavior seems to be much choppier on https://github.com/psliwka/vim-smoothie/commit/fc7f0b3bc2c6c57fb39311c1a48d10eea099145a than the last good commit...

I see that we can disable linters in a `.vimrc` before invoking vim. However, it would be helpful to disable particular linters while already running vim. Example: I'm using Pyright...

enhancement

### Description of Changes Closes #1304 Adds the natural 'b' binding to jump directly to the bookmark table. This skips a lot of manual navigation to the bookmarks for users...

Invoking NERDTree zooming with 'A' resizes the window to the full screen width. However, on unzooming, vertical splits are left unequalized, with one split generally occupying the remainder of the...

#### Description When I open NERDTree, I'm usually dropped somewhere in the middle of a directory listing. I'd like to quickly navigate to my bookmarks to select a bookmarked directory....

feature request
PR Under Review

I don't want easymotion to make any bindings for me, I'd rather define all bindings on my own. Most vim plugins have a 'disable default bindings' option. Is there one...

In `sotawhat.py`, the import `from six.moves.html_parser import HTMLParser` seems to have compatibility issues, as `HTMLParser` no longer has an `unescape` method, which causes the script to fail on lines 186...

When using a plugin to jump between buffer locations (e.g. tagbar to jump to a function definition), nothing occurs while stable-windows is active. Functionality of other plugin is restored by...