vimrc cleaning.
This commit is contained in:
parent
ef33b91b22
commit
b417f0ad47
@ -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(<q-args>, {'options': ['-e', '--layout=reverse', '--preview', 'bat --color=always --style=plain --theme=Monokai\ Extended\ Bright {}']}, <bang>0)
|
||||
command! -bang -nargs=? -complete=dir Colors
|
||||
\ call fzf#vim#colors({'options': ['-e', '--layout=reverse', '--preview', '']}, <bang>0)
|
||||
|
||||
let g:markdown_syntax_conceal=0
|
||||
let g:Hexokinase_highlighters = [ 'backgroundfull' ]
|
||||
|
||||
let g:lightline = {
|
||||
\ 'colorscheme': 'powerlineish',
|
||||
\ 'active': {
|
||||
|
Loading…
Reference in New Issue
Block a user