Vim Pack change start to opt #34

Closed
opened 2026-04-11 11:32:24 +02:00 by yestax · 1 comment
Owner

Start folder automatically load plugins. This is for all users.

It would be better to move the installation of setup-vim from start to opt and add a .hook files that use the packadd!.
This could be then added to the .vimrc of the user (same as .bashrc and .profile)

Example syntax:

if has('nvim')
  packadd! neovim-only-plugin
else
  packadd! generic-vim-plugin
endif
Start folder automatically load plugins. This is for all users. It would be better to move the installation of setup-vim from start to opt and add a .hook files that use the packadd!. This could be then added to the .vimrc of the user (same as .bashrc and .profile) Example syntax: ``` if has('nvim') packadd! neovim-only-plugin else packadd! generic-vim-plugin endif ```
yestax added this to the Setup v1.3.X milestone 2026-04-30 18:51:38 +02:00
Author
Owner

Resloved by #84

Resloved by #84
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
yestax/setup#34
No description provided.