From d4eb361db557a9491ffe0fd603a5871806e0c8c3 Mon Sep 17 00:00:00 2001 From: Alex Denes Date: Tue, 14 Jun 2022 14:06:07 +0000 Subject: [PATCH] Tweak some stuff --- vimrc | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/vimrc b/vimrc index f8a0082..9e8f097 100644 --- a/vimrc +++ b/vimrc @@ -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>'