Skip to content
This repository was archived by the owner on Jan 22, 2021. It is now read-only.

Commit

Permalink
Fix fzf-preview branch. Disable vim-rooter.
Browse files Browse the repository at this point in the history
  • Loading branch information
PasiBergman committed Jan 18, 2021
1 parent e34db2c commit f7a2fa0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
8 changes: 4 additions & 4 deletions themes/vim-code-dark.vim
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ hi CursorLine ctermbg=52 guibg=#333333
hi CursorColumn ctermbg=52 guibg=#1F1F1F

" Transparency
highlight Normal ctermbg=none
highlight NonText ctermbg=none
highlight Normal guibg=none
highlight NonText guibg=none
" highlight Normal ctermbg=none
" highlight NonText ctermbg=none
" highlight Normal guibg=none
" highlight NonText guibg=none

" Cursorline only visible in the current (active) window
augroup CursorLine
Expand Down
7 changes: 2 additions & 5 deletions vim-plug/plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ endif

call plug#begin('~/.config/nvim/autoload/plugged')
" Easier comments
" Plug 'tpope/vim-commentary'
Plug 'tomtom/tcomment_vim'
" Remap . so that plugins can tap into it
Plug 'tpope/vim-repeat'
Expand All @@ -19,13 +18,12 @@ call plug#begin('~/.config/nvim/autoload/plugged')
else

" Easymotion
" Plug 'easymotion/vim-easymotion'
" Sneak - easymotion replacement
Plug 'justinmk/vim-sneak'
" Surround
Plug 'tpope/vim-surround'
" Nvim sets the project root path
Plug 'airblade/vim-rooter'
" Plug 'airblade/vim-rooter'
" vim-sleuth plugin automatically adjusts 'shiftwidth' and 'expandtab'
" heuristically based on the current file
Plug 'tpope/vim-sleuth'
Expand Down Expand Up @@ -54,8 +52,7 @@ call plug#begin('~/.config/nvim/autoload/plugged')
Plug 'OmniSharp/omnisharp-vim'
" Fzf
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'yuki-ycino/fzf-preview.vim', { 'branch': 'release', 'do': ':UpdateRemotePlugins' }
Plug 'junegunn/fzf.vim'
Plug 'yuki-ycino/fzf-preview.vim', { 'branch': 'release/rpc' }
Plug 'stsewd/fzf-checkout.vim'
" Git
Plug 'tpope/vim-fugitive'
Expand Down

0 comments on commit f7a2fa0

Please sign in to comment.