Configuration files
at dev 357 B view raw
1set number 2set linebreak 3set showbreak=+++ 4set textwidth=100 5set showmatch 6set visualbell 7 8set hlsearch 9set smartcase 10set ignorecase 11set incsearch 12 13set autoindent 14set expandtab 15set shiftwidth=2 16set smartindent 17set smarttab 18set softtabstop=2 19 20set ruler 21 22set termguicolors 23 24set undolevels=1000 25set backspace=indent,eol,start 26