Fix fzf config in vim

This commit is contained in:
Felix Suchert 2021-05-08 21:32:13 +02:00
parent 82498258b6
commit 295ef2315d
Signed by: feliix42
GPG key ID: 24363525EA0E8A99
2 changed files with 7 additions and 4 deletions

View file

@ -18,22 +18,24 @@ Plug 'morhetz/gruvbox'
" Any valid git URL is allowed " Any valid git URL is allowed
Plug 'https://github.com/scrooloose/nerdcommenter.git' Plug 'https://github.com/scrooloose/nerdcommenter.git'
" On-demand loading " On-demand loading for languages
Plug 'rust-lang/rust.vim', { 'for': 'rust' } Plug 'rust-lang/rust.vim', { 'for': 'rust' }
Plug 'cespare/vim-toml', { 'for': 'toml' }
Plug 'keith/swift.vim', { 'for': 'swift' }
Plug 'vim-syntastic/syntastic' Plug 'vim-syntastic/syntastic'
Plug 'cespare/vim-toml', { 'for': 'toml' }
Plug 'vim-airline/vim-airline' Plug 'vim-airline/vim-airline'
Plug 'tpope/vim-fugitive' Plug 'tpope/vim-fugitive'
Plug 'airblade/vim-gitgutter' Plug 'airblade/vim-gitgutter'
Plug 'keith/swift.vim', { 'for': 'swift' }
Plug 'justinmk/vim-sneak' Plug 'justinmk/vim-sneak'
Plug 'lervag/vimtex' Plug 'lervag/vimtex'
Plug 'editorconfig/editorconfig-vim' Plug 'editorconfig/editorconfig-vim'
Plug 'LnL7/vim-nix' Plug 'LnL7/vim-nix'
Plug 'preservim/nerdtree'
" Plugin outside ~/.vim/plugged with post-update hook " Plugin outside ~/.vim/plugged with post-update hook
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' } Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'
" ale language server client " ale language server client
Plug 'dense-analysis/ale' Plug 'dense-analysis/ale'

View file

@ -10,6 +10,7 @@
numpy numpy
pylint pylint
# rpy2 # rpy2
jupyter
]; ];
python-with-my-packages = python3.withPackages my-python-packages; python-with-my-packages = python3.withPackages my-python-packages;
in in