vim/config/default.vim

29 lines
481 B
VimL
Raw Normal View History

2016-12-14 18:09:47 +00:00
let g:onedark_termcolors=256
colorscheme onedark
2016-12-15 13:01:58 +00:00
syntax on
set mouse=a
set ignorecase
set smartcase
set splitright
2016-12-14 18:09:47 +00:00
set autoindent
set relativenumber " show relative number lines
set number " but absolute number for current line
set showcmd
set encoding=utf-8
scriptencoding utf-8
" show whitespaces
set list
set listchars=eol,tab:>\ ,trail:⋅
2016-12-15 13:01:58 +00:00
" default fold method
set foldmethod=syntax
2016-12-14 18:09:47 +00:00
" search path recursive
set path+=**
" abbreviations
ab tf tabfind
2016-12-15 13:01:58 +00:00
ab f find