vim/config/default.vim

29 lines
481 B
VimL

let g:onedark_termcolors=256
colorscheme onedark
syntax on
set mouse=a
set ignorecase
set smartcase
set splitright
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:⋅
" default fold method
set foldmethod=syntax
" search path recursive
set path+=**
" abbreviations
ab tf tabfind
ab f find