This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if !has('nvim') | |
if &compatible | |
set nocompatible | |
endif | |
if !exists('g:syntax_on') | |
syntax enable | |
endif | |
filetype plugin indent on | |
set autoindent |