aelfimow / gvim-settings

gVim related settings etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gvim-settings

gVim related settings etc.

vimrc

set nocompatible
set hlsearch
set noswapfile
set nobackup
set number
set guifont=Lucida\ Console:h16
set tabstop=4
set shiftwidth=4
set expandtab
set cindent
set incsearch
syntax on
set nowrap

utf-8 settings

set encoding=utf-8
set fileencoding=utf-8

About

gVim related settings etc.

License:GNU General Public License v3.0