cagriulas / KiVim

A plugin combination for Vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

______ _________    ______            
___  //_/__(_)_ |  / /__(_)______ ___ 
__  ,<  __  /__ | / /__  /__  __ `__ \
_  /| | _  / __ |/ / _  / _  / / / / /
/_/ |_| /_/  _____/  /_/  /_/ /_/ /_/ 

About

KiVim a plugin combination for Vim. It means 'my kiwi' in Turkish. These plugins were put together for Python Development.

Importent: This project has not finished yet.

Ingredients

Plugin Manager

Vundle

Debugging

This has not activated yet. Just check these plugins before me.

vim-debug vdebug

Finding

ctrlp.vim

Buffer

minibufexpl.vim

Color Theme

molokai

Folder Navigator

nerdtree

Syntax Checker

Ladies and Gentlemen this is Syntastic. This plugin checks your code for PEP8 compatibility. If you want to change this to another language, check this out. syntastic

Class Browser

tagbar

Commenter

nerdcommenter

Status Bar

vim-airline

Auto Completion

This plugin brings Vim to autocomplete Python statements. If you're not use KiVim for Python Development, use another autocompletion plugin instead of this. jedi-vim

delimitMate

supertab

Installation

On GNU/Linux

Run install.sh

If you don't have pip, install it. Package name is python-pip almost all distro.

For Syntastic install flake8

$ pip install --user flake8

This will install flake8 to ~.local/ . We decided to install packages to home which are not from our distro's repo. But you can install it globally yourself with this.

# pip install flake8

If you want to use tagbar plugin, you must install exuberant-ctags.

I have no idea how to install this on other Operating systems.

About

A plugin combination for Vim


Languages

Language:Vim Script 89.8%Language:Shell 10.2%