# vim-kit **Repository Path**: toalexjin/vim-kit ## Basic Information - **Project Name**: vim-kit - **Description**: VIM Editor Enhancement - **Primary Language**: VimL - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 9 - **Forks**: 2 - **Created**: 2015-02-16 - **Last Updated**: 2025-06-04 ## Categories & Tags **Categories**: text-editor **Tags**: None ## README # VIM Kit VIM Kit offers a very easy way to enhance your VIM editor by integrating with some quite useful VIM plugins. ## Install (or update everything to latest) 1. mkdir ~/git 3. cd ~/git 4. git clone https://github.com/toalexjin/vim-kit.git 5. ~/git/vim-kit/update // Do `install` as well as `update`. ## Examples - Press `` to switch windows. - Press `` to hide current window. - Press `` to toggle source code outline panel (Plugin `tagbar`). - Press `` to toggle file browse panel (Plugin `NERDTree`). - Press `` to refresh file browse panel. - Press `` to show function & variable list. - Select some text using Vim's visual mode, then hit `*` or `#` to search for it. - Open a go source file, enter `Insert Mode`, then press `` for code autocompletion. - `:h vundle`: Show help of plugin manager `Vundle`. - `:h tagbar`: Show help of plugin `tagbar`. - `:h vim-go`: Show help of plugin `vim-go`. ## Screenshots ![VIM Tree Panel](screenshots/vim-tree.png) ![VIM Outline Panel](screenshots/vim-outline.png) ![VIM Autocompletion](screenshots/vim-autocompletion.png)