Add debian.vim imports

This commit is contained in:
2019-10-31 10:10:02 -06:00
parent 36d97dfd92
commit 85d351740d

8
vimrc
View File

@@ -20,6 +20,14 @@
" ,. (thats leader and period) shows command palette in and selects buffers " ,. (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
" ############################################################################## " ##############################################################################