This commit is contained in:
Fergal Moran
2023-07-11 16:42:35 +01:00
parent ed58e24ae9
commit 92a807eb04

2
.vimrc
View File

@@ -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'