Vim plugins cleaning.
This commit is contained in:
parent
1e3ce67ac2
commit
9d6977346f
12
vim/vimrc
12
vim/vimrc
@ -1,15 +1,13 @@
|
|||||||
set runtimepath+=$XDG_CONFIG_HOME/vim
|
set runtimepath+=$XDG_CONFIG_HOME/vim
|
||||||
call plug#begin('$XDG_DATA_HOME/vim-plugins')
|
call plug#begin('$XDG_DATA_HOME/vim-plugins')
|
||||||
Plug 'fatih/molokai'
|
Plug 'tomasr/molokai'
|
||||||
Plug 'junegunn/fzf'
|
Plug 'junegunn/fzf'
|
||||||
Plug 'junegunn/fzf.vim'
|
Plug 'junegunn/fzf.vim'
|
||||||
Plug 'mhinz/vim-signify'
|
Plug 'mhinz/vim-signify'
|
||||||
Plug 'junegunn/goyo.vim'
|
|
||||||
Plug 'RRethy/vim-hexokinase', { 'do': 'make hexokinase' }
|
Plug 'RRethy/vim-hexokinase', { 'do': 'make hexokinase' }
|
||||||
Plug 'dense-analysis/ale'
|
Plug 'dense-analysis/ale'
|
||||||
Plug 'itchyny/lightline.vim'
|
Plug 'itchyny/lightline.vim'
|
||||||
Plug 'airblade/vim-gitgutter'
|
Plug 'airblade/vim-gitgutter'
|
||||||
Plug 'junegunn/limelight.vim'
|
|
||||||
Plug 'bitc/vim-bad-whitespace'
|
Plug 'bitc/vim-bad-whitespace'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
@ -56,7 +54,6 @@ map <leader>b <Esc>:set cc=79<CR>
|
|||||||
map <leader>nb <Esc>:set cc=0<CR>
|
map <leader>nb <Esc>:set cc=0<CR>
|
||||||
map <leader>n <Esc>:set nonumber!<CR>
|
map <leader>n <Esc>:set nonumber!<CR>
|
||||||
map <leader>p <Esc>:set paste!<CR>
|
map <leader>p <Esc>:set paste!<CR>
|
||||||
map <leader>f <Esc>:Goyo<CR>
|
|
||||||
|
|
||||||
set bg=dark
|
set bg=dark
|
||||||
set termguicolors
|
set termguicolors
|
||||||
@ -71,13 +68,6 @@ hi! NonText ctermbg=NONE guibg=NONE
|
|||||||
|
|
||||||
let g:Hexokinase_highlighters = [ 'backgroundfull' ]
|
let g:Hexokinase_highlighters = [ 'backgroundfull' ]
|
||||||
|
|
||||||
let g:rainbow_active = 1
|
|
||||||
let g:limelight_conceal_ctermfg = '0'
|
|
||||||
let g:limelight_conceal_guifg = '0'
|
|
||||||
|
|
||||||
autocmd! User GoyoEnter Limelight
|
|
||||||
autocmd! User GoyoLeave Limelight!
|
|
||||||
|
|
||||||
let $FZF_DEFAULT_COMMAND='fd -H -L --ignore-file ~/.local/settings/fd'
|
let $FZF_DEFAULT_COMMAND='fd -H -L --ignore-file ~/.local/settings/fd'
|
||||||
command! -bang -nargs=? -complete=dir Files
|
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)
|
\ call fzf#vim#files(<q-args>, {'options': ['-e', '--layout=reverse', '--preview', 'bat --color=always --style=plain --theme=Monokai\ Extended\ Bright {}']}, <bang>0)
|
||||||
|
Loading…
Reference in New Issue
Block a user