{"id":23043786,"url":"https://github.com/robincpc/vimrc","last_synced_at":"2025-04-03T01:28:57.452Z","repository":{"id":75174394,"uuid":"46163999","full_name":"RobinCPC/vimrc","owner":"RobinCPC","description":"Personal VIM settings","archived":false,"fork":false,"pushed_at":"2020-07-04T22:50:06.000Z","size":66,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-08T15:46:33.774Z","etag":null,"topics":["vim","vimrc"],"latest_commit_sha":null,"homepage":null,"language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RobinCPC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-11-14T06:15:17.000Z","updated_at":"2019-06-07T19:39:53.000Z","dependencies_parsed_at":"2023-06-05T15:30:38.674Z","dependency_job_id":null,"html_url":"https://github.com/RobinCPC/vimrc","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinCPC%2Fvimrc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinCPC%2Fvimrc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinCPC%2Fvimrc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinCPC%2Fvimrc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RobinCPC","download_url":"https://codeload.github.com/RobinCPC/vimrc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246921075,"owners_count":20855206,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["vim","vimrc"],"created_at":"2024-12-15T20:49:29.195Z","updated_at":"2025-04-03T01:28:57.443Z","avatar_url":"https://github.com/RobinCPC.png","language":"Vim script","readme":"# vimrc\nPersonal VIM settings\n![vim_setting](https://raw.githubusercontent.com/RobinCPC/Testing_STL/master/vim_setting.jpg)\n\n## How to Install :\n\n### Clone necessary repository\n\nOpen terminal (in $Home directory), then type following commands:\n``` bash\n# move to home directory and create dotfile directory\ncd $HOME\nmkdir -p dotfiles \u0026\u0026 cd dotfiles\n# clone vimrc\ngit clone https://github.com/RobinCPC/vimrc.git vim\ncd vim\n# create bundle directory and clone Vundle plugin\nmkdir -p bundle \u0026\u0026 cd bundle\ngit clone https://github.com/VundleVim/Vundle.vim.git\n```\n\n### Make soft link to the relevant locations\n\nIn ~/dotfiles directory, use following commands to add softlink:\n``` bash\nln -s ~/dotfiles/vim/ ~/.vim\nln -s ~/dotfiles/vim/vimrc ~/.vimrc\n```\n\n### Install Vim package by Vundle\n\nIn ~/dotfiles/vim/ directory, use following commands:\n``` bash\nvim vimrc\n```\nwhen in vim editor, type:\n``` vim\n:PluginList\n:PluginInstall\n```\n\n### If tagbar not work, install ctag\n\nIn terminal:\n- Ubuntu/Debian\n``` bash\nsudo apt-get install ctags\n```\n\n- macOS (use Homebrew)\n``` bash\nbrew install ctags\n```\nThen, Homebrew will install ctags in `/usr/local/bin/`\n\nnote: macOS has another program is also named ctags (different software) in `/usr/bin/`, may need to add   \n`export PATH=/usr/local/bin:$PATH` to your `.bash_profile` or `,zshrc`\n\n### Fix airline fonts\n\nIn terminal, and under $HOME directory\n``` bash\ncd $HOME\nmkdir -p .fonts \u0026\u0026 cd .fonts/\ngit clone https://github.com/powerline/fonts.git\ncd fonts/\n./install.sh\n```\nThen, go to Teminal setting:\n\n\tEdit-\u003eProfile Preferences\n\tGeneral-\u003eFont\n\tChange default (monospace) to DejaVu Sans Mono for Powerline | 12\n\n### If use YouCompleteMe (YCM) as completer\n\nNeed compile YCM and upgrade some python package (cryptography, pyOpenSSL)\n``` bash\n# Go to where YCM installed\ncd ~/.vim/bundle/YouCompleteMe\n# compile with C-family Languages support\n./install.py --clang-completer\n# may need upgrade python package if errors happenned when you open vim\nsudo -H pip install --upgrade cryptography\nsudo python -m easy_install --upgrade pyOpenSSL\n```\n\n\n#### reference:\n\nhttp://mirnazim.org/writings/vim-plugins-i-use/\n\nhttps://github.com/powerline/fonts\n\nhttps://sheerun.net/2014/03/21/how-to-boost-your-vim-productivity/\n\nhttp://www.wklken.me/category/vim.html\n\nhttps://realpython.com/blog/python/vim-and-python-a-match-made-in-heaven/\n\nhttp://www.cnblogs.com/renrenqq/archive/2010/09/09/1813669.html\n\nhttp://scholarslab.org/research-and-development/code-spelunking-with-ctags-and-vim/\n\nhttps://stackoverflow.com/questions/51283708/python-pip-package-requestsdependencywarning-when-installing-elastic-search-cura\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobincpc%2Fvimrc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobincpc%2Fvimrc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobincpc%2Fvimrc/lists"}