diff options
| author | seth <[email protected]> | 2024-07-13 20:21:43 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-07-14 13:47:39 -0400 |
| commit | 8c76161eb8cf752c00a65cccccd381fb3bc5955d (patch) | |
| tree | 585ee4f939902150621bfa4ab855a7a742f10698 /neovim.nix | |
| parent | f5f52d704f17a31aaa6542cb9957b6443c2a5633 (diff) | |
factor out vim.{opt,g}
Diffstat (limited to 'neovim.nix')
| -rw-r--r-- | neovim.nix | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -101,11 +101,7 @@ let }; config = baseConfig // { - # init our configuration - luaRcContent = '' - require("getchoo") - ''; - + luaRcContent = "require('getchoo')"; wrapperArgs = baseConfig.wrapperArgs ++ [ "--suffix" "PATH" |
