mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
8 lines
118 B
VimL
8 lines
118 B
VimL
set nocompatible
|
|
filetype off
|
|
|
|
let &rtp = '..,/usr/share/vader,'.$VIMRUNTIME
|
|
|
|
filetype plugin indent on
|
|
syntax enable
|