From 85d351740d736375e7cd9995f5f56f86b0c870e8 Mon Sep 17 00:00:00 2001 From: Matthew Reschke Date: Thu, 31 Oct 2019 10:10:02 -0600 Subject: [PATCH] Add debian.vim imports --- vimrc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/vimrc b/vimrc index db56179..5b1be2f 100644 --- a/vimrc +++ b/vimrc @@ -20,6 +20,14 @@ " ,. (thats leader and period) shows command palette in and selects buffers +" ############################################################################## +" OS Specific Imports +" ############################################################################## +" If these are not found (you are not in debian), its ok, vim skips the import +" In debian this file is in /usr/share/vim/vimX/debian.vim +runtime! debian.vim + + " ##############################################################################