mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-31 07:09:40 +02:00
modules/dependencies: add glow
This commit is contained in:
parent
68c806bd60
commit
5ad022e151
3 changed files with 13 additions and 12 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue