mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 22:12:56 +00:00
clarify neovimBuilder
This commit is contained in:
parent
2457ade6eb
commit
a463212023
@ -28,6 +28,8 @@
|
|||||||
|
|
||||||
{ pkgs, colors, ... }:
|
{ pkgs, colors, ... }:
|
||||||
|
|
||||||
|
# Comes from nix2vim overlay:
|
||||||
|
# https://github.com/gytis-ivaskevicius/nix2vim/blob/master/lib/neovim-builder.nix
|
||||||
pkgs.neovimBuilder {
|
pkgs.neovimBuilder {
|
||||||
package = pkgs.neovim-unwrapped;
|
package = pkgs.neovim-unwrapped;
|
||||||
inherit colors;
|
inherit colors;
|
||||||
|
Loading…
Reference in New Issue
Block a user