mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
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.
This commit is contained in:
parent
11924e1593
commit
7bda0f1ce4
1 changed files with 0 additions and 1 deletions
|
@ -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 ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue