chore: autoformat
This commit is contained in:
parent
337ee6db4a
commit
be381d1ebd
18 changed files with 158 additions and 116 deletions
|
|
@ -17,11 +17,13 @@
|
|||
# Compile Fennel to Lua at build time
|
||||
home.file.".config/nvim/extraconfig.lua" = {
|
||||
text = builtins.readFile (
|
||||
pkgs.runCommand "extraconfig-compiled.lua" {
|
||||
buildInputs = [ pkgs.luajitPackages.fennel ];
|
||||
} ''
|
||||
${pkgs.luajitPackages.fennel}/bin/fennel --compile ${./extraconfig.fnl} > $out
|
||||
''
|
||||
pkgs.runCommand "extraconfig-compiled.lua"
|
||||
{
|
||||
buildInputs = [ pkgs.luajitPackages.fennel ];
|
||||
}
|
||||
''
|
||||
${pkgs.luajitPackages.fennel}/bin/fennel --compile ${./extraconfig.fnl} > $out
|
||||
''
|
||||
);
|
||||
};
|
||||
programs.nixvim = {
|
||||
|
|
@ -103,7 +105,7 @@
|
|||
src = pkgs.fetchFromGitHub {
|
||||
owner = "m15a";
|
||||
repo = "vim-fennel-syntax";
|
||||
rev = "e7299d5"; #v1.3.0
|
||||
rev = "e7299d5"; # v1.3.0
|
||||
hash = "sha256-CL3ooywWpGicmzine9qteHTGajAZ2qnIcK9CByaONvc=";
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue