From b417f0ad4703fdcf52280e6761c8d6b0f13ad646 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Fri, 1 Apr 2022 16:12:22 +0200 Subject: [PATCH] vimrc cleaning. --- vim/vimrc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index cbd6f80..e69ac27 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -6,13 +6,13 @@ Plug 'tomasr/molokai' Plug 'junegunn/fzf' Plug 'junegunn/fzf.vim' Plug 'mhinz/vim-signify' -Plug 'RRethy/vim-hexokinase', { 'do': 'make hexokinase' } Plug 'dense-analysis/ale' +Plug 'Yggdroot/indentLine' +Plug 'RRethy/vim-hexokinase', { 'do': 'make hexokinase' } Plug 'itchyny/lightline.vim' Plug 'airblade/vim-gitgutter' Plug 'hashivim/vim-terraform' Plug 'bitc/vim-bad-whitespace' -Plug 'Yggdroot/indentLine' call plug#end() set title @@ -72,14 +72,15 @@ hi BadWhitespace ctermbg=lightblue guibg=lightblue hi! Normal ctermbg=NONE guibg=NONE hi! NonText ctermbg=NONE guibg=NONE -let g:Hexokinase_highlighters = [ 'backgroundfull' ] - let $FZF_DEFAULT_COMMAND='fd -H -L --ignore-file ~/.local/config/fd' command! -bang -nargs=? -complete=dir Files \ call fzf#vim#files(, {'options': ['-e', '--layout=reverse', '--preview', 'bat --color=always --style=plain --theme=Monokai\ Extended\ Bright {}']}, 0) command! -bang -nargs=? -complete=dir Colors \ call fzf#vim#colors({'options': ['-e', '--layout=reverse', '--preview', '']}, 0) +let g:markdown_syntax_conceal=0 +let g:Hexokinase_highlighters = [ 'backgroundfull' ] + let g:lightline = { \ 'colorscheme': 'powerlineish', \ 'active': {