From 72f190f8dadc56b4220e7229dce84f9628a2da44 Mon Sep 17 00:00:00 2001 From: Steffen Ritter Date: Thu, 22 Feb 2024 15:33:39 +0100 Subject: [SSPS] Respect vimrc.local Our settings in /etc/vimrc.local are overriden by defaults.vim, which is loaded afterwards if no ~/.vimrc is found. That at least sometimes enables mouse-mode which is shit. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864074 --- satellit_installer/static_files/system/etc/vim/vimrc.local | 3 +++ 1 file changed, 3 insertions(+) (limited to 'satellit_installer') diff --git a/satellit_installer/static_files/system/etc/vim/vimrc.local b/satellit_installer/static_files/system/etc/vim/vimrc.local index 8e09d96..4bfb95d 100644 --- a/satellit_installer/static_files/system/etc/vim/vimrc.local +++ b/satellit_installer/static_files/system/etc/vim/vimrc.local @@ -1,3 +1,6 @@ +runtime! defaults.vim +let g:skip_defaults_vim = 1 + syntax on set showmatch set smartcase -- cgit v1.2.3-55-g7522