Enough gruvbox for now
This commit is contained in:
parent
90e3e7bfab
commit
6597a92a09
@ -1,5 +1,5 @@
|
|||||||
call plug#begin('$XDG_CACHE_HOME/vim-plugins')
|
call plug#begin('$XDG_CACHE_HOME/vim-plugins')
|
||||||
Plug 'morhetz/gruvbox'
|
Plug 'NLKNguyen/papercolor-theme'
|
||||||
Plug 'junegunn/fzf'
|
Plug 'junegunn/fzf'
|
||||||
Plug 'junegunn/fzf.vim'
|
Plug 'junegunn/fzf.vim'
|
||||||
Plug 'mhinz/vim-signify'
|
Plug 'mhinz/vim-signify'
|
||||||
@ -61,8 +61,7 @@ set t_ZR=[23m
|
|||||||
hi Comment cterm=italic gui=italic
|
hi Comment cterm=italic gui=italic
|
||||||
hi BadWhitespace ctermbg=lightblue guibg=lightblue
|
hi BadWhitespace ctermbg=lightblue guibg=lightblue
|
||||||
set termguicolors
|
set termguicolors
|
||||||
let g:gruvbox_contrast_dark = 'hard'
|
colorscheme PaperColor
|
||||||
colorscheme gruvbox
|
|
||||||
|
|
||||||
let g:rainbow_active = 1
|
let g:rainbow_active = 1
|
||||||
|
|
||||||
@ -71,12 +70,12 @@ autocmd! User GoyoLeave Limelight!
|
|||||||
|
|
||||||
let $FZF_DEFAULT_COMMAND='fd -H -L --ignore-file ~/.config/local/fd'
|
let $FZF_DEFAULT_COMMAND='fd -H -L --ignore-file ~/.config/local/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=gruvbox {}']}, <bang>0)
|
\ call fzf#vim#files(<q-args>, {'options': ['-e', '--layout=reverse', '--preview', 'bat --color=always --style=plain --theme=Monokai\ Extended {}']}, <bang>0)
|
||||||
command! -bang -nargs=? -complete=dir Colors
|
command! -bang -nargs=? -complete=dir Colors
|
||||||
\ call fzf#vim#colors({'options': ['-e', '--layout=reverse', '--preview', '']}, <bang>0)
|
\ call fzf#vim#colors({'options': ['-e', '--layout=reverse', '--preview', '']}, <bang>0)
|
||||||
|
|
||||||
let g:lightline = {
|
let g:lightline = {
|
||||||
\ 'colorscheme': 'gruvbox',
|
\ 'colorscheme': 'powerlineish',
|
||||||
\ 'active': {
|
\ 'active': {
|
||||||
\ 'left': [ [ 'mode', 'paste' ],
|
\ 'left': [ [ 'mode', 'paste' ],
|
||||||
\ [ 'readonly', 'filename' ] ],
|
\ [ 'readonly', 'filename' ] ],
|
||||||
|
@ -22,7 +22,7 @@ if [ -f $XDG_CONFIG_HOME/fzf/fzf.zsh ]; then
|
|||||||
source $XDG_CONFIG_HOME/fzf/fzf.zsh
|
source $XDG_CONFIG_HOME/fzf/fzf.zsh
|
||||||
export FZF_DEFAULT_COMMAND='fd -H -L --ignore-file $XDG_CONFIG_HOME/local/fd'
|
export FZF_DEFAULT_COMMAND='fd -H -L --ignore-file $XDG_CONFIG_HOME/local/fd'
|
||||||
export FZF_CTRL_T_COMMAND='fd -H -L --ignore-file $XDG_CONFIG_HOME/local/fd'
|
export FZF_CTRL_T_COMMAND='fd -H -L --ignore-file $XDG_CONFIG_HOME/local/fd'
|
||||||
export FZF_DEFAULT_OPTS="--multi -e --ansi --layout=reverse --preview='bat --color=always --tabs=2 --style=plain --theme=gruvbox {}'"
|
export FZF_DEFAULT_OPTS="--multi -e --ansi --layout=reverse --preview='bat --color=always --tabs=2 --style=plain --theme=Monokai\ Extended {}'"
|
||||||
export FZF_CTRL_R_OPTS="-e --ansi --layout=reverse --preview=''"
|
export FZF_CTRL_R_OPTS="-e --ansi --layout=reverse --preview=''"
|
||||||
_fzf_compgen_path() {
|
_fzf_compgen_path() {
|
||||||
fd -H -L --ignore-file $XDG_CONFIG_HOME/local/fd . "$1"
|
fd -H -L --ignore-file $XDG_CONFIG_HOME/local/fd . "$1"
|
||||||
|
Loading…
Reference in New Issue
Block a user