mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-22 10:18:47 +02:00
misc/wrapRc: switch to XDG compliant path resolution
This commit is contained in:
parent
c359761871
commit
a2fa6753f9
1 changed files with 2 additions and 2 deletions
|
@ -155,8 +155,8 @@ in {
|
||||||
|
|
||||||
extraConfigLuaPre = lib.optionalString config.wrapRc ''
|
extraConfigLuaPre = lib.optionalString config.wrapRc ''
|
||||||
-- Ignore the user lua configuration
|
-- Ignore the user lua configuration
|
||||||
vim.opt.runtimepath:remove(vim.fn.expand('~/.config/nvim'))
|
vim.opt.runtimepath:remove(vim.fn.stdpath('config')) -- ~/.config/nvim
|
||||||
vim.opt.packpath:remove(vim.fn.expand('~/.local/share/nvim/site'))
|
vim.opt.runtimepath:remove(vim.fn.stdpath('data') .. "/site") -- ~/.local/share/nvim/site
|
||||||
'';
|
'';
|
||||||
|
|
||||||
extraPlugins =
|
extraPlugins =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue