summaryrefslogtreecommitdiff
path: root/neovim.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-07-13 20:21:43 -0400
committerseth <[email protected]>2024-07-14 13:47:39 -0400
commit8c76161eb8cf752c00a65cccccd381fb3bc5955d (patch)
tree585ee4f939902150621bfa4ab855a7a742f10698 /neovim.nix
parentf5f52d704f17a31aaa6542cb9957b6443c2a5633 (diff)
factor out vim.{opt,g}
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"