Lucas Hoffmann

Results 36 issues of Lucas Hoffmann

# setup For some reason I had a broken tag in my git repository. That means I had an empty file `.git/refs/tags/broken-tag`. You can reproduce this issue by doing `touch...

It should be possible to communicate with a parent nvim instance via the `$NVIM` socket if nvimpager is run in a `:terminal`. Something like ~~~sh [[ -S $NVIM ]] &&...

enhancement

### Requested feature I would like to have an indicator in my statusline if the current file is untracked by git. (Obviously only if I am in a git repo)....

new feature

I am helping with a project where they use vue-fomantic-ui v0.13. Is there a place where I can access the rendered docs for that version? Alternatively how can I render...

I tried to start using pycarddav by importing some vcards from my old address book. But I get an error because the local sqlite database either does not exist or...

I am using the `:prog:` keyword for the ` sphinx_argparse_cli` directive but it appears that it only affects the first display of the command name. The main command name for...

bug
help wanted

**I hope that I am reporting this at the right place:** the concern are the vagrant boxes published at https://app.vagrantup.com/rockylinux, specifically the v5.0.0 of the Rocky 8 box for the...

I have the following Vagrantfile: ~~~ruby Vagrant.configure("2") do |config| config.vm.box = "rockylinux/8" config.vm.synced_folder ".", "/vagrant", disabled: true config.vm.define "v5" do |v5| v5.vm.box_version = "5.0.0" end config.vm.define "v7" do |v7| v7.vm.box_version...

With the release of neovim 0.10 the default colorscheme in neovim was changed. It seems that NeoSolarized picks up some of the default colors as some colors do not match...

**Is your feature request related to a problem? Please describe.** Downstream packaging of vagrant is more brittle because they have to generate a Gemfile.lock. There is no assurance from the...

enhancement
waiting-intake