{"id":13898513,"url":"https://github.com/aliev/vim","last_synced_at":"2025-03-21T10:31:37.012Z","repository":{"id":2321988,"uuid":"3282615","full_name":"aliev/vim","owner":"aliev","description":":pencil: minimalistic vimrc based on KISS principle @vim","archived":false,"fork":false,"pushed_at":"2021-12-29T17:58:16.000Z","size":4681,"stargazers_count":47,"open_issues_count":0,"forks_count":7,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-18T22:33:29.200Z","etag":null,"topics":["neovim","vim","vim-configuration","vim-plugin","vimrc"],"latest_commit_sha":null,"homepage":"","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/aliev.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":"2012-01-27T13:13:15.000Z","updated_at":"2022-09-18T02:04:12.000Z","dependencies_parsed_at":"2022-09-05T15:21:46.822Z","dependency_job_id":null,"html_url":"https://github.com/aliev/vim","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/aliev%2Fvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliev%2Fvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliev%2Fvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliev%2Fvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aliev","download_url":"https://codeload.github.com/aliev/vim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221814107,"owners_count":16884974,"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","vim","vim-configuration","vim-plugin","vimrc"],"created_at":"2024-08-06T18:04:19.901Z","updated_at":"2024-10-28T09:50:14.708Z","avatar_url":"https://github.com/aliev.png","language":"Vim script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"# Vimrc\n\nVimrc already has all the necessary vim settings that should be by default:\n\n* Netrw configured\n* Some ideas was taken from [vim-sensible](https://github.com/tpope/vim-sensible)\n* Persistent undo / history is enabled, and directory was configured to tmp file system\n* Tmux integration was added\n* Mouse is enabled by default\n* Hidden characters like tabs and trailing white spaces will shown by default\n* Using ag instead of grep (if ag is installed)\n\n...and more more features\n\n\n# Installation\n\nJust add these lines in ~/.vimrc\n\n```\n\" Specify a directory for plugins\n\" - For Neovim: ~/.local/share/nvim/plugged\n\" - Avoid using standard Vim directory names like 'plugin'\ncall plug#begin('~/.vim/plugged')\n\nif empty(glob('~/.vim/autoload/plug.vim'))\n  silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs\n    \\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim\n  autocmd VimEnter * PlugInstall --sync | source $MYVIMRC\nendif\n\nPlug 'aliev/vim'\n\n\" Initialize plugin system\ncall plug#end()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliev%2Fvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faliev%2Fvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliev%2Fvim/lists"}