.vimrc maintenance #5
Labels
No labels
bug
documentation
duplicate
enhancement
help wanted
invalid
maintenance
obsolete
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
yestax/setup#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
.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)
.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.