summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--neovim.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/neovim.nix b/neovim.nix
index f909fcf..82168d2 100644
--- a/neovim.nix
+++ b/neovim.nix
@@ -13,14 +13,14 @@
statix,
typos-lsp,
vimPlugins,
- writeTextDir,
+ writeText,
}:
mkNeovimDerivation {
pname = "getchvim";
inherit version;
- luaRc = writeTextDir "init.lua" "require('getchoo')" + "/init.lua";
+ luaRc = writeText "init.lua" "require('getchoo')";
runtimePrograms = [
# External programs