summaryrefslogtreecommitdiff
path: root/neovim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'neovim.nix')
-rw-r--r--neovim.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/neovim.nix b/neovim.nix
index 996f674..6e57a8e 100644
--- a/neovim.nix
+++ b/neovim.nix
@@ -101,11 +101,7 @@ let
};
config = baseConfig // {
- # init our configuration
- luaRcContent = ''
- require("getchoo")
- '';
-
+ luaRcContent = "require('getchoo')";
wrapperArgs = baseConfig.wrapperArgs ++ [
"--suffix"
"PATH"