Stella

Results 5 issues of Stella

Hello, thanks for sharing your playbook with the public! Would it be possible to set a license for your project? Without a license it isn't clear what a user is...

**Describe the bug** Lines in man pages break prematurely. This reason seem to be the additional padding on the left. This does not happen in Neovim without a config. So...

The first commit is about fixing the missing spacing in the template for the option `valid users`. It resulted in `valid users= user1 +group2` and was inconsistent with the other...

closes #33 Neovim provides an integration to read man pages through the man.lua plugin (see $VIMRUNTIME/lua/man.lua). The man page buffers are identified by a leading `man://`. This commit makes use...

It is possible to use Neovim as [reader for man pages](https://neovim.io/doc/user/filetype.html#%3AMan). While this is a neat feature when developing, this is also useful when maintaining a knowledge base, as the...