diff options
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" |
