Merge branch 'master' of gitlab.com:tyrel/dotfiles-linux-bash
This commit is contained in:
commit
3da60a6f36
@ -2,19 +2,19 @@ syntax enable
|
||||
let mapleader = " "
|
||||
|
||||
call plug#begin('~/.vim/plugged')
|
||||
Plug 'ervandew/supertab'
|
||||
Plug 'ervandew/supertab'
|
||||
Plug 'preservim/nerdtree'
|
||||
Plug 'liuchengxu/space-vim-dark'
|
||||
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
|
||||
Plug 'junegunn/fzf.vim'
|
||||
Plug 'mhinz/vim-startify'
|
||||
Plug 'jeetsukumaran/vim-buffergator'
|
||||
Plug 'ap/vim-buftabline'
|
||||
Plug 'ap/vim-buftabline'
|
||||
Plug 'airblade/vim-gitgutter'
|
||||
Plug 'majutsushi/tagbar'
|
||||
Plug 'vim-airline/vim-airline'
|
||||
Plug 'majutsushi/tagbar'
|
||||
Plug 'vim-airline/vim-airline'
|
||||
" Plug 'ctrlpvim/ctrlp.vim' " Replaced with telescope
|
||||
Plug 'enricobacis/vim-airline-clock'
|
||||
Plug 'enricobacis/vim-airline-clock'
|
||||
Plug 'nvim-lua/plenary.nvim'
|
||||
Plug 'nvim-telescope/telescope.nvim'
|
||||
Plug 'thoughtbot/vim-rspec'
|
||||
@ -77,6 +77,8 @@ map <Leader>rs :call RunNearestSpec()<CR>
|
||||
map <Leader>rl :call RunLastSpec()<CR>
|
||||
map <Leader>ra :call RunAllSpecs()<CR>
|
||||
|
||||
let g:python_host_prog = '~/.nvim.pythonenv2/bin/python'
|
||||
let g:python3_host_prog = '~/.nvim.pythonenv/bin/python'
|
||||
|
||||
" Floaterm
|
||||
let g:floaterm_keymap_toggle = '<F9>'
|
||||
|
Loading…
Reference in New Issue
Block a user