# my-vim **Repository Path**: borg83/my-vim ## Basic Information - **Project Name**: my-vim - **Description**: My own vim environment for GVIM. - **Primary Language**: VimL - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-02-23 - **Last Updated**: 2023-12-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Usage: 1. Set the ctags/cscope database folder path in file vimrc and mkpro.sh , and /work/db_pro as default. in vimrc: ... let db_dir = "/work/db_pro/" in mkpro.sh pro_db=/work/db_pro 2. make sure you have installed the gvim(vim-gtk or vim-gnome) ctags and cscope. In ubuntu, you can install them using: "sudo apt-get install exuberant-ctags cscope vim-gtk" 3. In the source code folder "myproject", run "mkpro .", the ctags/cscope database will be generated and put into the folder "/work/db_pro/myproject" as default. 4. In the source code folder"myproject", run "gvim .", the gvim will run up with the default database path generated in step 3 above. 5. Make sure different source code folder use the different name, otherwise the database will be destroyed by the other source codes.