From 8c76161eb8cf752c00a65cccccd381fb3bc5955d Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 13 Jul 2024 20:21:43 -0400 Subject: factor out vim.{opt,g} --- neovim.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'neovim.nix') 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" -- cgit v1.2.3