Results 13 issues of gwyn

Currently, navigating certain key components of LunarVim's interface require familiarity with external plugins. This by itself is not a problem, the problem is that there isn't an easy way for...

documentation
good first issue
help wanted

refrencing [this comment](https://github.com/LunarVim/lunarvim.org/issues/252) on the main repo. Search does not appear to index all pages, particularly the Core Plugins page. Searching for "tree-nvim", returns only "nvim-treesitter-context", which is in Extra...

bug
good first issue

Starting a substitution with `:%s:::c` while `inccommand` is set to either split or nosplit completely messes up linting and highlighting. Replacements don't have to actually be confirmed, simply initiating a...

can't reproduce

Replaced use of tabs with spaces and removed trailing white-space to be consistent with the rest of the file.

### Code of Conduct - [X] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam ### What changes...

help wanted
content

# Bug report After installing Python 3.10 from the Microsoft Store, I tried to install a package and was hit with the following warning: ``` WARNING: The script reCBZ.exe is...

type-bug
OS-windows

Could you add an option to set the book's compression level? As of Python 3.7, the zipfile module offers the compresslevel argument, which can be used as such when creating...

I tested the scroll example as in the readme, and it seemed to work on terminals but not on firefox. Is this a known issue?

Might be useful as a more reliable way to avoid issues with extra cover pages (eaa25419ee77170bf054171fb08dcad0cb5e4629) and to ensure files are ordered. Syntax: ```python book = epub.read_epub('file.epub') images = book.get_items_of_type(ebooklib.ITEM_IMAGE)...

The official KEPUB [documentation](https://github.com/kobolabs/epub-spec#synthetic-spreads) by Ratuken suggests the `auto` tag for dual spread (landscape) images. It might be worth investigating as currently I'm pretty sure images are just stretched and...

enhancement