From 7bda0f1ce49e9da252bcee20b5f700e6dcd3cf8d Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Wed, 25 Sep 2024 17:45:39 +0100 Subject: [PATCH] modules/output: don't remove "site" dir when `impureRtp` is disabled This is required for storing the state of several things, such as spell files. --- modules/top-level/output.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/top-level/output.nix b/modules/top-level/output.nix index 49d27c48..fe73cd4b 100644 --- a/modules/top-level/output.nix +++ b/modules/top-level/output.nix @@ -312,7 +312,6 @@ in -- Ignore the user lua configuration vim.opt.runtimepath:remove(vim.fn.stdpath('config')) -- ~/.config/nvim vim.opt.runtimepath:remove(vim.fn.stdpath('config') .. "/after") -- ~/.config/nvim/after - vim.opt.runtimepath:remove(vim.fn.stdpath('data') .. "/site") -- ~/.local/share/nvim/site '' # Add a global table at start of init ++ lib.singleton ''