DEV Community

Discussion on: Editor Wars: VIM as a perfect Python IDE

Collapse
 
valentinovizner profile image
Valentino Vizner

Hi,

Could you give your list of plugins or even create guide how to setup vim the way you did.

Looks awesome!

Collapse
 
bezirganyan profile image
Grigor Bezirganyan

Hi, I am glad you liked my vim setup :D Yes, I have plans to write a blog post about, but I am not sure whether the time will allow me to do so in near future. In the meanwhile I will give you the list of plugins I use. I hope it will be helpful for you.

" Plugins
Plugin 'VundleVim/Vundle.vim'
Plugin 'vim-scripts/Conque-GDB'
Plugin 'ciaranm/detectindent'
Plugin 'bling/vim-airline'
Plugin 'vim-airline/vim-airline-themes'
Plugin 'tpope/vim-fugitive'
Plugin 'arcticicestudio/nord-vim'
Plugin 'AutoClose'
Plugin 'vim-scripts/indentpython.vim'
Plugin 'kien/ctrlp.vim'
Plugin 'hynek/vim-python-pep8-indent'
Plugin 'w0rp/ale'
Plugin 'tpope/vim-vinegar'
Plugin 'tpope/vim-commentary'
Plugin 'vim-python/python-syntax'

And also, don't forget about kite :D

Collapse
 
valentinovizner profile image
Valentino Vizner

Thanks a lot :).

Looking forward to your setup guide if you catch some time.

Cheers.