Neovim setup.
This commit is contained in:
parent
8f729d474b
commit
589a615cc8
1 changed files with 1 additions and 8 deletions
|
@ -67,14 +67,6 @@ set t_ZH=[3m
|
||||||
set t_ZR=[23m
|
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
|
||||||
if has("gui")
|
|
||||||
set guioptions-=e
|
|
||||||
set guioptions-=r
|
|
||||||
set guioptions-=L
|
|
||||||
set guifont=Hack\ Nerd\ Font\ Mono:h14
|
|
||||||
set linespace=1
|
|
||||||
let $FZF_DEFAULT_COMMAND='fd -H -L --ignore-file ~/.config/local.fdignore'
|
|
||||||
endif
|
|
||||||
|
|
||||||
set bg=dark
|
set bg=dark
|
||||||
let g:gruvbox_italic=1
|
let g:gruvbox_italic=1
|
||||||
|
@ -82,6 +74,7 @@ colorscheme gruvbox
|
||||||
|
|
||||||
autocmd! User GoyoEnter Limelight
|
autocmd! User GoyoEnter Limelight
|
||||||
autocmd! User GoyoLeave Limelight!
|
autocmd! User GoyoLeave Limelight!
|
||||||
|
let $FZF_DEFAULT_COMMAND='fd -H -L --ignore-file ~/.config/local.fdignore'
|
||||||
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=gruvbox {}']}, <bang>0)
|
||||||
command! -bang -nargs=? -complete=dir Colors
|
command! -bang -nargs=? -complete=dir Colors
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue