summaryrefslogtreecommitdiff
path: root/neovim.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-10-29 23:06:33 -0400
committerseth <[email protected]>2024-10-29 23:06:50 -0400
commitcbc28f80dcd18f3860023e97cc26eb3ff2c5ae33 (patch)
tree475f6e72a7f5ceff8aeb1ca5f3183e38b0a85059 /neovim.nix
parent2e766b185d2bb6fa38c0bd8fb980ba8fffeedb3a (diff)
neovim.nix: writeTextDir -> writeText
Diffstat (limited to 'neovim.nix')
-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