mirror of
https://github.com/fergalmoran/vimfiles.git
synced 2025-12-22 09:30:07 +00:00
Added
This commit is contained in:
2
.vimrc
2
.vimrc
@@ -14,6 +14,7 @@ let s:uname = system("echo -n \"$(uname)\"")
|
|||||||
autocmd! bufwritepost .vimrc source %
|
autocmd! bufwritepost .vimrc source %
|
||||||
|
|
||||||
autocmd FileType nerdtree setlocal nolist
|
autocmd FileType nerdtree setlocal nolist
|
||||||
|
autocmd vimenter * if !argc() | NERDTree | endif
|
||||||
|
|
||||||
let g:python_host_prog = '/home/fergalm/.virtualenvs/nvim2/bin/python'
|
let g:python_host_prog = '/home/fergalm/.virtualenvs/nvim2/bin/python'
|
||||||
let g:python3_host_prog = '/home/fergalm/.virtualenvs/nvim3/bin/python'
|
let g:python3_host_prog = '/home/fergalm/.virtualenvs/nvim3/bin/python'
|
||||||
@@ -98,6 +99,7 @@ Plugin 'zxqfl/tabnine-vim'
|
|||||||
|
|
||||||
Plugin 'tpope/vim-dispatch'
|
Plugin 'tpope/vim-dispatch'
|
||||||
Plugin 'Xuyuanp/nerdtree-git-plugin'
|
Plugin 'Xuyuanp/nerdtree-git-plugin'
|
||||||
|
Plugin 'wakatime/vim-wakatime'
|
||||||
|
|
||||||
Plugin 'ctrlpvim/ctrlp.vim'
|
Plugin 'ctrlpvim/ctrlp.vim'
|
||||||
Plugin 'klen/python-mode'
|
Plugin 'klen/python-mode'
|
||||||
|
|||||||
Reference in New Issue
Block a user