mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 00:40:30 -05:00
27 lines
309 B
VimL
27 lines
309 B
VimL
|
set nocompatible
|
||
|
|
||
|
set bs=2
|
||
|
set ts=4
|
||
|
set tw=1000000000
|
||
|
|
||
|
set expandtab
|
||
|
set tabstop=8
|
||
|
set softtabstop=4
|
||
|
set shiftwidth=4
|
||
|
filetype indent off
|
||
|
filetype plugin on
|
||
|
|
||
|
syntax on
|
||
|
|
||
|
set autoindent
|
||
|
set showmatch
|
||
|
set showmode
|
||
|
set mousehide
|
||
|
|
||
|
set nowrapscan
|
||
|
set hlsearch
|
||
|
set incsearch
|
||
|
|
||
|
set fileencoding=utf8
|
||
|
set encoding=utf8
|