view .vimrc @ 245:9f7c5573b567

Removing old vim plugins and syntax files for upgrades
author Steve Huston <huston@srhuston.net>
date Tue, 26 Mar 2024 11:41:34 -0400
parents 6e7913283c7a
children 6af02446233f
line wrap: on
line source

version 5.0
set nocompatible
set autoindent
set cindent
set mouse=a
set smartindent
set smarttab
set tabstop=4
set shiftwidth=2
set softtabstop=2
set expandtab
syntax on
set background=dark
set textwidth=78
set showmatch
set hls
hi Normal guibg=black guifg=white
autocmd FileType make setlocal noet | setlocal ts=8 | setlocal sw=8
filetype plugin indent on