Tweak some stuff

This commit is contained in:
Alex D. 2022-06-14 14:06:07 +00:00
parent 8e19fc31b4
commit d4eb361db5
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 27 additions and 3 deletions

30
vimrc
View File

@ -1,13 +1,37 @@
set cb=unnamed,unnamedplus wim=longest,list,full backspace=indent,eol,start cmdheight=1 bg=dark nu rnu cot=menu si sta cpt=.,w,b,i tf foldmethod=syntax path+=** nocompatible sc nosmd listchars=trail,eol:,tab:\ list directory=$HOME/.vim/swap// shm=asTIt fo=rn hls lbr is lz
colorscheme industry
set cb=unnamed,unnamedplus
set wildmode=longest,list,full
set backspace=indent,eol,start
set cmdheight=1
set bg=light
set number relativenumber
set completeopt=menu
set smartindent
set sta
set cpt=.,w,b,i,d
set tf
set foldmethod=syntax
set path+=**
set nocompatible
set sc
set nosmd
set list listchars=trail,eol:,tab:\
set directory=$HOME/.vim/swap//
set shm=asTIt
set fo=ron
set is hls
set lbr
set lz
set fcl=all fml=4 fdn=4 nofen
filetype plugin indent on
syntax on
colorscheme delek
let g:ale_completion_enabled = 1
let g:ale_fix_on_save = 1
let g:ale_hover_to_preview = 1
let g:ale_fixers = {
\ '*': ['remove_trailing_lines', 'trim_whitespace'],
\ 'go': ['gofmt'],
\}
let g:ale_sign_error = 'E>'