Skip to content

Revert "programs.neovim: link packpath dir in XDG_DATA_HOME"#3817

Merged
ncfavier merged 1 commit intomasterfrom
revert-3717-neovim-link-packpath-in-xdg
Mar 29, 2023
Merged

Revert "programs.neovim: link packpath dir in XDG_DATA_HOME"#3817
ncfavier merged 1 commit intomasterfrom
revert-3717-neovim-link-packpath-in-xdg

Conversation

@ncfavier
Copy link
Copy Markdown
Member

Reverts #3717

@ncfavier ncfavier requested a review from rycee as a code owner March 29, 2023 18:00
@ncfavier ncfavier merged commit 0e065e1 into master Mar 29, 2023
@ncfavier ncfavier deleted the revert-3717-neovim-link-packpath-in-xdg branch March 29, 2023 18:25
@ambroisie
Copy link
Copy Markdown
Contributor

Is there a reason for the revert?

@ncfavier
Copy link
Copy Markdown
Member Author

See the main thread: many reports of broken configurations; this change was not ready.

15cm pushed a commit to 15cm/home-manager that referenced this pull request Apr 22, 2023
teto added a commit to teto/home-manager that referenced this pull request Sep 25, 2024
teto added a commit to teto/home-manager that referenced this pull request Oct 16, 2024
teto added a commit to teto/home-manager that referenced this pull request Oct 16, 2024
teto added a commit to teto/home-manager that referenced this pull request Oct 21, 2024
teto added a commit to teto/home-manager that referenced this pull request Oct 29, 2024
teto added a commit to teto/home-manager that referenced this pull request Nov 15, 2024
teto added a commit to teto/home-manager that referenced this pull request Nov 27, 2024
teto added a commit to teto/home-manager that referenced this pull request Dec 6, 2024
teto added a commit to teto/home-manager that referenced this pull request Dec 11, 2024
teto added a commit to teto/home-manager that referenced this pull request Dec 30, 2024
teto added a commit to teto/home-manager that referenced this pull request Jan 3, 2025
teto added a commit to teto/home-manager that referenced this pull request Jan 10, 2025
teto added a commit to teto/home-manager that referenced this pull request Jan 16, 2025
teto added a commit to teto/home-manager that referenced this pull request Jan 24, 2025
teto added a commit to teto/home-manager that referenced this pull request Feb 2, 2025
teto added a commit to teto/home-manager that referenced this pull request Feb 5, 2025
…munity#3717)" (nix-community#3817)

This reverts commit 0e065e1.

adjustements

post cherry-pick fixes

revert the wrapping args as argument change

postrebase neovim
teto added a commit to teto/home-manager that referenced this pull request Feb 6, 2025
teto added a commit to teto/home-manager that referenced this pull request Feb 6, 2025
See previous attempt at nix-community#3717  and its revert at nix-community#3817

- link the packpath in expected folder so that even unwrapped neovim can pick home-manager's plugins.

Right now the path to plugins (`:h rtp` / `:h packpath`) is set in the neovim wrapper.
Not only is this unusual but if you want to run an unwrapped neovim (a neovim GUI or when you hack on neovim for instance),
the app doesn't find plugins installed by home-manager.
With this change, neovim can discover HM-installed plugins by itself and
hopefully we can make neovim configuration less magical and surprising
to newcomers.
teto added a commit to teto/home-manager that referenced this pull request Feb 6, 2025
See previous attempt at nix-community#3717  and its revert at nix-community#3817

- link the packpath in expected folder so that even unwrapped neovim can pick home-manager's plugins.

Right now the path to plugins (`:h rtp` / `:h packpath`) is set in the neovim wrapper.
Not only is this unusual but if you want to run an unwrapped neovim (a neovim GUI or when you hack on neovim for instance),
the app doesn't find plugins installed by home-manager.
With this change, neovim can discover HM-installed plugins by itself and
hopefully we can make neovim configuration less magical and surprising
to newcomers.
teto added a commit to teto/home-manager that referenced this pull request Feb 6, 2025
See previous attempt at nix-community#3717  and its revert at nix-community#3817

- link the packpath in expected folder so that even unwrapped neovim can pick home-manager's plugins.

Right now the path to plugins (`:h rtp` / `:h packpath`) is set in the neovim wrapper.
Not only is this unusual but if you want to run an unwrapped neovim (a neovim GUI or when you hack on neovim for instance),
the app doesn't find plugins installed by home-manager.
With this change, neovim can discover HM-installed plugins by itself and
hopefully we can make neovim configuration less magical and surprising
to newcomers.
teto added a commit to teto/home-manager that referenced this pull request Mar 8, 2025
…munity#3717)" (nix-community#3817)

This reverts commit 0e065e1.

adjustements

post cherry-pick fixes

revert the wrapping args as argument change

postrebase neovim
teto added a commit to teto/home-manager that referenced this pull request Mar 8, 2025
See previous attempt at nix-community#3717  and its revert at nix-community#3817

- link the packpath in expected folder so that even unwrapped neovim can pick home-manager's plugins.

Right now the path to plugins (`:h rtp` / `:h packpath`) is set in the neovim wrapper.
Not only is this unusual but if you want to run an unwrapped neovim (a neovim GUI or when you hack on neovim for instance),
the app doesn't find plugins installed by home-manager.
With this change, neovim can discover HM-installed plugins by itself and
hopefully we can make neovim configuration less magical and surprising
to newcomers.
teto added a commit to teto/home-manager that referenced this pull request Mar 11, 2025
…munity#3717)" (nix-community#3817)

This reverts commit 0e065e1.

adjustements

post cherry-pick fixes

revert the wrapping args as argument change

postrebase neovim
teto added a commit to teto/home-manager that referenced this pull request Mar 11, 2025
See previous attempt at nix-community#3717  and its revert at nix-community#3817

- link the packpath in expected folder so that even unwrapped neovim can pick home-manager's plugins.

Right now the path to plugins (`:h rtp` / `:h packpath`) is set in the neovim wrapper.
Not only is this unusual but if you want to run an unwrapped neovim (a neovim GUI or when you hack on neovim for instance),
the app doesn't find plugins installed by home-manager.
With this change, neovim can discover HM-installed plugins by itself and
hopefully we can make neovim configuration less magical and surprising
to newcomers.
teto added a commit to teto/home-manager that referenced this pull request Mar 13, 2025
…munity#3717)" (nix-community#3817)

This reverts commit 0e065e1.

adjustements

post cherry-pick fixes

revert the wrapping args as argument change

postrebase neovim
teto added a commit to teto/home-manager that referenced this pull request Mar 13, 2025
See previous attempt at nix-community#3717  and its revert at nix-community#3817

- link the packpath in expected folder so that even unwrapped neovim can pick home-manager's plugins.

Right now the path to plugins (`:h rtp` / `:h packpath`) is set in the neovim wrapper.
Not only is this unusual but if you want to run an unwrapped neovim (a neovim GUI or when you hack on neovim for instance),
the app doesn't find plugins installed by home-manager.
With this change, neovim can discover HM-installed plugins by itself and
hopefully we can make neovim configuration less magical and surprising
to newcomers.
teto added a commit to teto/home-manager that referenced this pull request Mar 21, 2025
…munity#3717)" (nix-community#3817)

This reverts commit 0e065e1.

adjustements

post cherry-pick fixes

revert the wrapping args as argument change

postrebase neovim
teto added a commit to teto/home-manager that referenced this pull request Mar 21, 2025
See previous attempt at nix-community#3717  and its revert at nix-community#3817

- link the packpath in expected folder so that even unwrapped neovim can pick home-manager's plugins.

Right now the path to plugins (`:h rtp` / `:h packpath`) is set in the neovim wrapper.
Not only is this unusual but if you want to run an unwrapped neovim (a neovim GUI or when you hack on neovim for instance),
the app doesn't find plugins installed by home-manager.
With this change, neovim can discover HM-installed plugins by itself and
hopefully we can make neovim configuration less magical and surprising
to newcomers.
teto added a commit to teto/home-manager that referenced this pull request Mar 23, 2025
…munity#3717)" (nix-community#3817)

This reverts commit 0e065e1.

adjustements

post cherry-pick fixes

revert the wrapping args as argument change

postrebase neovim
teto added a commit to teto/home-manager that referenced this pull request Mar 23, 2025
See previous attempt at nix-community#3717  and its revert at nix-community#3817

- link the packpath in expected folder so that even unwrapped neovim can pick home-manager's plugins.

Right now the path to plugins (`:h rtp` / `:h packpath`) is set in the neovim wrapper.
Not only is this unusual but if you want to run an unwrapped neovim (a neovim GUI or when you hack on neovim for instance),
the app doesn't find plugins installed by home-manager.
With this change, neovim can discover HM-installed plugins by itself and
hopefully we can make neovim configuration less magical and surprising
to newcomers.
teto added a commit to teto/home-manager that referenced this pull request Mar 24, 2025
…munity#3717)" (nix-community#3817)

This reverts commit 0e065e1.

adjustements

post cherry-pick fixes

revert the wrapping args as argument change

postrebase neovim
teto added a commit to teto/home-manager that referenced this pull request Mar 24, 2025
See previous attempt at nix-community#3717  and its revert at nix-community#3817

- link the packpath in expected folder so that even unwrapped neovim can pick home-manager's plugins.

Right now the path to plugins (`:h rtp` / `:h packpath`) is set in the neovim wrapper.
Not only is this unusual but if you want to run an unwrapped neovim (a neovim GUI or when you hack on neovim for instance),
the app doesn't find plugins installed by home-manager.
With this change, neovim can discover HM-installed plugins by itself and
hopefully we can make neovim configuration less magical and surprising
to newcomers.
teto added a commit to teto/home-manager that referenced this pull request Mar 24, 2025
…munity#3717)" (nix-community#3817)

This reverts commit 0e065e1.

adjustements

post cherry-pick fixes

revert the wrapping args as argument change

postrebase neovim
teto added a commit to teto/home-manager that referenced this pull request Mar 24, 2025
See previous attempt at nix-community#3717  and its revert at nix-community#3817

- link the packpath in expected folder so that even unwrapped neovim can pick home-manager's plugins.

Right now the path to plugins (`:h rtp` / `:h packpath`) is set in the neovim wrapper.
Not only is this unusual but if you want to run an unwrapped neovim (a neovim GUI or when you hack on neovim for instance),
the app doesn't find plugins installed by home-manager.
With this change, neovim can discover HM-installed plugins by itself and
hopefully we can make neovim configuration less magical and surprising
to newcomers.
teto added a commit to teto/home-manager that referenced this pull request Mar 25, 2025
…munity#3717)" (nix-community#3817)

This reverts commit 0e065e1.

adjustements

post cherry-pick fixes

revert the wrapping args as argument change

postrebase neovim
teto added a commit to teto/home-manager that referenced this pull request Mar 25, 2025
See previous attempt at nix-community#3717  and its revert at nix-community#3817

- link the packpath in expected folder so that even unwrapped neovim can pick home-manager's plugins.

Right now the path to plugins (`:h rtp` / `:h packpath`) is set in the neovim wrapper.
Not only is this unusual but if you want to run an unwrapped neovim (a neovim GUI or when you hack on neovim for instance),
the app doesn't find plugins installed by home-manager.
With this change, neovim can discover HM-installed plugins by itself and
hopefully we can make neovim configuration less magical and surprising
to newcomers.
teto added a commit to teto/home-manager that referenced this pull request Apr 11, 2025
…munity#3717)" (nix-community#3817)

This reverts commit 0e065e1.

adjustements

post cherry-pick fixes

revert the wrapping args as argument change

postrebase neovim
teto added a commit to teto/home-manager that referenced this pull request Apr 11, 2025
See previous attempt at nix-community#3717  and its revert at nix-community#3817

- link the packpath in expected folder so that even unwrapped neovim can pick home-manager's plugins.

Right now the path to plugins (`:h rtp` / `:h packpath`) is set in the neovim wrapper.
Not only is this unusual but if you want to run an unwrapped neovim (a neovim GUI or when you hack on neovim for instance),
the app doesn't find plugins installed by home-manager.
With this change, neovim can discover HM-installed plugins by itself and
hopefully we can make neovim configuration less magical and surprising
to newcomers.
teto added a commit to teto/home-manager that referenced this pull request Apr 22, 2025
…munity#3717)" (nix-community#3817)

This reverts commit 0e065e1.

adjustements

post cherry-pick fixes

revert the wrapping args as argument change

postrebase neovim
teto added a commit to teto/home-manager that referenced this pull request Apr 22, 2025
See previous attempt at nix-community#3717  and its revert at nix-community#3817

- link the packpath in expected folder so that even unwrapped neovim can pick home-manager's plugins.

Right now the path to plugins (`:h rtp` / `:h packpath`) is set in the neovim wrapper.
Not only is this unusual but if you want to run an unwrapped neovim (a neovim GUI or when you hack on neovim for instance),
the app doesn't find plugins installed by home-manager.
With this change, neovim can discover HM-installed plugins by itself and
hopefully we can make neovim configuration less magical and surprising
to newcomers.
teto added a commit to teto/home-manager that referenced this pull request Apr 24, 2025
…munity#3717)" (nix-community#3817)

This reverts commit 0e065e1.

adjustements

post cherry-pick fixes

revert the wrapping args as argument change

postrebase neovim
teto added a commit to teto/home-manager that referenced this pull request Apr 24, 2025
See previous attempt at nix-community#3717  and its revert at nix-community#3817

- link the packpath in expected folder so that even unwrapped neovim can pick home-manager's plugins.

Right now the path to plugins (`:h rtp` / `:h packpath`) is set in the neovim wrapper.
Not only is this unusual but if you want to run an unwrapped neovim (a neovim GUI or when you hack on neovim for instance),
the app doesn't find plugins installed by home-manager.
With this change, neovim can discover HM-installed plugins by itself and
hopefully we can make neovim configuration less magical and surprising
to newcomers.
teto added a commit to teto/home-manager that referenced this pull request Apr 26, 2025
…munity#3717)" (nix-community#3817)

This reverts commit 0e065e1.

adjustements

post cherry-pick fixes

revert the wrapping args as argument change

postrebase neovim
teto added a commit to teto/home-manager that referenced this pull request Apr 26, 2025
See previous attempt at nix-community#3717  and its revert at nix-community#3817

- link the packpath in expected folder so that even unwrapped neovim can pick home-manager's plugins.

Right now the path to plugins (`:h rtp` / `:h packpath`) is set in the neovim wrapper.
Not only is this unusual but if you want to run an unwrapped neovim (a neovim GUI or when you hack on neovim for instance),
the app doesn't find plugins installed by home-manager.
With this change, neovim can discover HM-installed plugins by itself and
hopefully we can make neovim configuration less magical and surprising
to newcomers.
teto added a commit to teto/home-manager that referenced this pull request May 3, 2025
…munity#3717)" (nix-community#3817)

This reverts commit 0e065e1.

adjustements

post cherry-pick fixes

revert the wrapping args as argument change

postrebase neovim
teto added a commit to teto/home-manager that referenced this pull request May 3, 2025
See previous attempt at nix-community#3717  and its revert at nix-community#3817

- link the packpath in expected folder so that even unwrapped neovim can pick home-manager's plugins.

Right now the path to plugins (`:h rtp` / `:h packpath`) is set in the neovim wrapper.
Not only is this unusual but if you want to run an unwrapped neovim (a neovim GUI or when you hack on neovim for instance),
the app doesn't find plugins installed by home-manager.
With this change, neovim can discover HM-installed plugins by itself and
hopefully we can make neovim configuration less magical and surprising
to newcomers.
teto added a commit to teto/home-manager that referenced this pull request May 4, 2025
…munity#3717)" (nix-community#3817)

This reverts commit 0e065e1.

adjustements

post cherry-pick fixes

revert the wrapping args as argument change

postrebase neovim
teto added a commit to teto/home-manager that referenced this pull request May 4, 2025
See previous attempt at nix-community#3717  and its revert at nix-community#3817

- link the packpath in expected folder so that even unwrapped neovim can pick home-manager's plugins.

Right now the path to plugins (`:h rtp` / `:h packpath`) is set in the neovim wrapper.
Not only is this unusual but if you want to run an unwrapped neovim (a neovim GUI or when you hack on neovim for instance),
the app doesn't find plugins installed by home-manager.
With this change, neovim can discover HM-installed plugins by itself and
hopefully we can make neovim configuration less magical and surprising
to newcomers.
teto added a commit to teto/home-manager that referenced this pull request May 7, 2025
…munity#3717)" (nix-community#3817)

This reverts commit 0e065e1.

adjustements

post cherry-pick fixes

revert the wrapping args as argument change

postrebase neovim
teto added a commit to teto/home-manager that referenced this pull request May 7, 2025
See previous attempt at nix-community#3717  and its revert at nix-community#3817

- link the packpath in expected folder so that even unwrapped neovim can pick home-manager's plugins.

Right now the path to plugins (`:h rtp` / `:h packpath`) is set in the neovim wrapper.
Not only is this unusual but if you want to run an unwrapped neovim (a neovim GUI or when you hack on neovim for instance),
the app doesn't find plugins installed by home-manager.
With this change, neovim can discover HM-installed plugins by itself and
hopefully we can make neovim configuration less magical and surprising
to newcomers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants