# viming **Repository Path**: guapian/viming ## Basic Information - **Project Name**: viming - **Description**: No description available - **Primary Language**: Unknown - **License**: WTFPL - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Viming ============== This is my vim config for hacking on Python. Installation ============ Clone the repo, and copy .vim* to your home dir. Details ======= * [python.vim](https://github.com/hdima/python-syntax) * Place python.vim file in ~/.vim/syntax/ folder. * And then place the following command in your ~/.vimrc script: `let python_highlight_all = 1` * [pathogen.vim](https://github.com/tpope/vim-pathogen) * mkdir -p .vim/autoload .vim/bundle * Install pathogen.vim to .vim/autoload/pathogen.vim * [khuno.vim](https://github.com/alfredodeza/khuno.vim) * Copy khuno.vim dir to .vim/bundle/ * easy_install flake8 * To add builtins: `let g:khuno_builtins="_,apply"` * To ignore errors: `let g:khuno_ignore="E501,W293"` * Add key map: `noremap :Khuno show` * [supertab](https://github.com/ervandew/supertab) * Disable supertab when edit python files. * [vim-bookmarks](https://github.com/MattesGroeger/vim-bookmarks) * [vim-markdown](https://github.com/plasticboy/vim-markdown) * [vim-multiple-cursors](https://github.com/terryma/vim-multiple-cursors) * [jedi-vim](https://github.com/davidhalter/jedi-vim) * [cvim](http://www.vim.org/scripts/script.php?script_id=213) * Run Python using shortcut F8. Other helps =========== * [Vim Chinese documentation](http://vimcdoc.sourceforge.net/) * [Learn vimscript the hard way](http://learnvimscriptthehardway.onefloweroneworld.com/)