neovim: add syntax hightlight
This commit is contained in:
parent
7997bca8f0
commit
e1ad45ea54
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue