-
**Description**
I'm creating a home manager (more than just dotfiles) and I'll use Comtrya due to its excellent ability to run manifests. I'll actually make Comtrya a subcommand. But I would like to …
-
Hi,
I'm trying to bundle neovim with configs so that I can use it outside of Nix/NixOS. Thought this AppImage bundler could be a good way of doing that. Being able to pass along an AppImage to whatev…
-
## Describe the bug
After setting up Neovim in the application setup, when launching neovim it tries to install the plugins and fails from not being able to resolve github.com
## To Reproduce
St…
-
### Your `minimal.lua` config
```lua
local root = vim.fn.fnamemodify('./.repro', ':p')
-- set stdpaths to use .repro
for _, name in ipairs { 'config', 'data', 'state', 'cache' } do
vim.env[('…
-
I am kind of new to docker and have search months for any way to work on neovim to develop .net aspnet core. everythiong from 4.6 and up. but no luck and i found a reddit comment by you that blew my …
-
### Your `minimal.lua` config
Same minimal.lua provided in the issue template
```lua
local root = vim.fn.fnamemodify("./.repro", ":p")
-- set stdpaths to use .repro
for _, name in ipairs({ "c…
-
**Is your feature request related to a problem? Please describe.**
Currently, there is no available syntax higlighting plugins for e.g. Vim.
**Describe the solution you'd like**
We need to create…
-
Environment:
- vimpager 2.06-263-g9ed2fe0
- ubuntu 14.04 /zsh
- vim 7.4
- /usr/bin/vim is a symlink on /usr/bin/nvim
when i do
``` sh
curl 'api.randomuser.com' | vimpager
```
it mostly works a…
-
### Describe the bug
When opening a Markdown file in Neovim and attempting to comment a line using the `gc` command, the commenting behavior appears to be inconsistent and changeable. Specifically, t…
-
The plugin automatically calls `zig fmt` to format the code as soon as we save the file. This can be set as option rather than the default.
When developing on large files, `zig fmt` slows down the fo…