neovim: add syntax hightlight

This commit is contained in:
Tigor Hutasuhut 2024-07-02 14:05:24 +07:00
parent 7997bca8f0
commit e1ad45ea54

View file

@ -22,7 +22,7 @@ in
ping = "${pkgs.unixtools.ping}/bin/ping";
host = "github.com";
sleep = "${pkgs.coreutils}/bin/sleep";
script = pkgs.writeScriptBin "clone-nvim.sh" ''
script = pkgs.writeScriptBin "clone-nvim.sh" /*bash*/ ''
#!${bash}
if [ -d "${nvimCloneDir}" ]; then