{"id":16510287,"url":"https://github.com/kiyoon/vimrc4ubuntu","last_synced_at":"2026-05-06T01:35:49.376Z","repository":{"id":63549170,"uuid":"45649558","full_name":"kiyoon/vimrc4ubuntu","owner":"kiyoon","description":"Vim/Neovim configuration with Vim-Plug, language syntax checker and completion, etc.","archived":false,"fork":false,"pushed_at":"2023-01-27T00:23:58.000Z","size":289,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-12T19:45:55.099Z","etag":null,"topics":["neovim","nvim","vim","vimrc"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/kiyoon.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}},"created_at":"2015-11-06T00:44:42.000Z","updated_at":"2024-01-12T18:06:18.000Z","dependencies_parsed_at":"2023-02-15T03:15:53.950Z","dependency_job_id":null,"html_url":"https://github.com/kiyoon/vimrc4ubuntu","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiyoon%2Fvimrc4ubuntu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiyoon%2Fvimrc4ubuntu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiyoon%2Fvimrc4ubuntu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiyoon%2Fvimrc4ubuntu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kiyoon","download_url":"https://codeload.github.com/kiyoon/vimrc4ubuntu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241474188,"owners_count":19968722,"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":["neovim","nvim","vim","vimrc"],"created_at":"2024-10-11T15:54:43.557Z","updated_at":"2025-10-25T19:44:21.662Z","avatar_url":"https://github.com/kiyoon.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neovim IDE config\n\nThis configuration is compatible with both Vim and Neovim, but Neovim will have full of features.\n\n### Vim features\n\n- Backup every save automatically to ~/.vim/backup\n- You can undo whenever (even after closing the file)\n- Fold indicator if fold exists in a file.\n- Detect file extension, and change behaviour accordingly\n  - Python - expand tabs to space\n  - Comment string (#, //, ...): used to make folds\n\n### Neovim features\n\n## Vim setup tips (2022)\n\n1. Use Neovim over Vim. Faster, and better plugin support. Largely compatible with most vim scripts and plugins. It also enabled full mouse control inside tmux, whilst the original vim did not work for me at least.\n2. Use Vim-Plug over Vundle, pathogen etc. Easier to install plugins (no need extra setup like source compilation)\n3. Use Coc over YouCompleteMe, Syntastic etc. Much easier plugin handling with very good default code completion and linting.\n\n## Installing\n\nThis config will install vim-plug and many plugins automatically when you first launch vim.\n\nSome plugins have dependencies and you can locally install everything by running:\n\n```bash\n./install-linux.sh\n```\n\nOptionally,\n\n```bash\nsudo apt install xclip\t\t# neovim, tmux clipboard support\n\n# Github Copilot\nnvim +PlugInstall +qall\nnvim '+Copilot setup' +q\nnvim '+Copilot enable' +q\n```\n\n## This config adds these functionalities:\n\n### Custom commands\n\n- `\u003cF3\u003e`: Toggle paste mode\n- `gp`: Select last pasted text\n- `\\i`: Insert import statement at the beginning of the file. (Only for Python). Use it with normal or visual mode.\n\n### Plugins\n\n- Select lines and press `\u003cC-i\u003e` to sort the Python import lines.\n- :Isort to sort the entire Python imports.\n- Alt + [ or ] to see next suggestions for Github Copilot.\n- [tpope/vim-commentary](https://github.com/tpope/vim-commentary)\n- [tpope/vim-surround](https://github.com/tpope/vim-surround)\n- `\\nt`: open Nvim Tree. `g?` to open help.\n- `\\s`, `\\w`, `\\b`, `\\e`, `\\f`: easy motion\n- `,w`, `,b`, `,e`: word motion\n- vil/val to select line, vie/vae to select file, vii/vai to select indent.\n- treesitter-textobjects: `vif` to select function, `vic` to select class, `\\a`, `\\A` to swap parameters, `]m`, `]]` etc. to move between functions/classes, `\\df`, `\\dF` to show popup definitions.\n- [kiyoon/tmuxsend.vim](https://github.com/kiyoon/tmuxsend.vim).\n\n## Useful VIM commands\n\n- `va(`, `va{`, `va\"`, ...: select opening to closing of parentheses (do more `a(` for wider range)\n- `vi(`: same as above but exclude parentheses.\n- `viw` : select a word\n- `qq\u003ccommand\u003eq`: record macro at @q, then quit.\n- `10@q`: run macro @q 10 times.\n- Choose block with `\u003cC-v\u003e` and press `\u003cS-i\u003e`. It will add the change to all the lines selected.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiyoon%2Fvimrc4ubuntu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkiyoon%2Fvimrc4ubuntu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiyoon%2Fvimrc4ubuntu/lists"}