Changes between Version 7 and Version 8 of Questions and Answers
- Timestamp:
- 04/29/25 16:23:16 (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Questions and Answers
v7 v8 17 17 18 18 '''Explanation:''' You declared the vim editor package a system level package, so that it is available for everyone. But a user installed it in his default profile as well. 19 The system vim is then shadowed. If - for some reason - the user additionally declares vim in his home configuration, it will shadow the others as well.19 The system level vim is then shadowed. If - for some reason - the user additionally declares vim in his home configuration, it will shadow the others as well. 20 20 21 21 If you install extension packages like vim-nerdtree in the system profile it might not be available for the vim at default user profile or [[home configuration]] profile, because