.vimrc maintenance #5

Closed
opened 2025-10-20 00:01:36 +02:00 by yestax · 1 comment
Owner

.vimrc file will certainly grow

break the .vimrc file into multiple and source each one (similar to .bashrc and .bashrc.d)

There is a possibility to put everything under .vim/vimrc (read at vim startup) and then break everything down in subfolder(s)

.vimrc file will certainly grow break the .vimrc file into multiple and source each one (similar to .bashrc and .bashrc.d) There is a possibility to put everything under .vim/vimrc (read at vim startup) and then break everything down in subfolder(s)
yestax self-assigned this 2025-10-20 00:01:36 +02:00
Author
Owner

.vim/plugin directory seems to have the ability to source each file automatically.

Put all files in .vim/vimrc.d to .vim/plugin
Make sure that they have the '.vim' extension
delete the vimrc file from git and installed setups? not needed anymore, frees a customization axis.

.vim/plugin directory seems to have the ability to source each file automatically. Put all files in .vim/vimrc.d to .vim/plugin Make sure that they have the '.vim' extension delete the vimrc file from git and installed setups? not needed anymore, frees a customization axis.
yestax reopened this issue 2025-10-20 01:07:22 +02:00
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#5
No description provided.