-
I'm probably installing it incorrectly, but can't find more information about the installation in the readme. Maybe it could be updated?
I've tried to use the project with my main language (python)…
-
### Description
When I try renaming a variable that contains hyphens (nix lang for example), lsp saga shows a popup with part of the variable name.
**Expected Behavior**
Lsp saga shows popup…
-
## Information
**VIM version**
```
:version …
-
According to a discussion at https://discourse.nixos.org/t/allowunfree-doesnt-work-with-flake-managed-system/21798/5
Apparently, this line in the flake:
```pkgs = nixpkgs.legacyPackages.x86_64-l…
-
### Are you following the right branch?
- [X] My Nixpkgs and Home Manager versions are in sync
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Issue …
-
### Neovim version (nvim -v)
v0.8.0-dev commit: ac78639de8b89104ee8a360a48ee31a7900fe830
### Vim (not Nvim) behaves the same?
n/a
### Operating system/version
linux
### Terminal name/version
ki…
-
First, thanks for this template. I've almost been able to convert my configuration to flakes.
The only thing I'm missing is overlays. I thought just adding them in the overlay folder would be enough,…
-
Not sure if this is an issue on my part or intended behaviour, but nvimpager doesn't seem to set a color in cat mode for normal text.
init.vim:
```
syntax on
highlight Normal ctermfg=red
```
…
ettom updated
2 years ago
-
Dear Misterio,
How do I install a package from unstable, in a `home.nix` file? Just one package, I prefer to keep the others at 22.05.
Previously I did it like this:
```
{ inputs, lib, conf…
-
### Issue description
https://github.com/nix-community/home-manager/commit/8e0c1c55fbb7f16f9fd313275ddf63c97b34394c, specifically
```
xdg.configFile."nvim/init.vim".text = neovimConfig.neovim…