modules/dependencies: add glow

This commit is contained in:
Gaetan Lepage 2025-04-07 23:16:39 +02:00 committed by nix-infra-bot
parent 68c806bd60
commit 5ad022e151
3 changed files with 13 additions and 12 deletions

View file

@ -1,4 +1,3 @@
{ pkgs, ... }:
{
empty = {
plugins.glow.enable = true;
@ -8,8 +7,6 @@
plugins.glow = {
enable = true;
glowPackage = pkgs.glow;
settings = {
glow_path.__raw = "vim.fn.exepath('glow')";
install_path = "~/.local/bin";