{"id":18771363,"url":"https://github.com/miroslavvidovic/vim-configuration","last_synced_at":"2026-05-03T09:37:35.747Z","repository":{"id":81961527,"uuid":"55763307","full_name":"miroslavvidovic/vim-configuration","owner":"miroslavvidovic","description":"Vim and Neovim configuration files","archived":false,"fork":false,"pushed_at":"2020-08-06T10:52:21.000Z","size":1281,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-29T08:11:42.538Z","etag":null,"topics":["neovim","neovim-configuration","neovim-dotfiles","vim","vim-configuration","vim-dotfiles","vim-plugins","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/miroslavvidovic.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":"2016-04-08T08:30:30.000Z","updated_at":"2020-08-06T10:52:23.000Z","dependencies_parsed_at":"2023-02-28T22:45:26.225Z","dependency_job_id":null,"html_url":"https://github.com/miroslavvidovic/vim-configuration","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/miroslavvidovic%2Fvim-configuration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miroslavvidovic%2Fvim-configuration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miroslavvidovic%2Fvim-configuration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miroslavvidovic%2Fvim-configuration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miroslavvidovic","download_url":"https://codeload.github.com/miroslavvidovic/vim-configuration/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239678419,"owners_count":19679275,"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","neovim-configuration","neovim-dotfiles","vim","vim-configuration","vim-dotfiles","vim-plugins","vimrc"],"created_at":"2024-11-07T19:24:26.537Z","updated_at":"2025-12-12T07:30:20.322Z","avatar_url":"https://github.com/miroslavvidovic.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\"http://icons.iconarchive.com/icons/bokehlicia/captiva/256/vim-icon.png\" height=\"250px\" width=\"250px\"\u003e\n\n\u003c/div\u003e\n\n# My Vim and NeoVim configuration\nMy personal Vim and Neovim settings\n\n## Installation\n\n## Screenshots\n\n## Included plugins\n* [ack.vim](https://github.com/mileszs/ack.vim) -  Vim plugin for the_silver_searcher (ag) or ack -- a very fast grep\n* [auto-pairs](https://github.com/jiangmiao/auto-pairs) - Insert or delete brackets, parens, quotes in pair\n* [bufexplorer](https://github.com/jlanzarotta/bufexplorer) - BufExplorer Plugin for Vim\n* [CamelCaseMotion](https://github.com/bkad/CamelCaseMotion) - Provide CamelCase motion through words\n* [csv.vim](https://github.com/chrisbra/csv.vim) - Filetype plugin for CSV files \n* [ctrlp.vim](https://github.com/ctrlpvim/ctrlp.vim) - Fuzzy file, buffer, mru, tag finder\n* [editorconfig-vim](https://github.com/editorconfig/editorconfig-vim) - EditorConfig plugin for Vim\n* [fzf.vim](https://github.com/junegunn/fzf.vim) - Fuzzy find anything\n* [goyo.vim](https://github.com/junegunn/goyo.vim) - Distraction-free writing in Vim\n* [nerdtree](https://github.com/scrooloose/nerdtree) - A tree explorer plugin for Vim\n* [rainbow](https://github.com/luochen1990/rainbow) - Rainbow parentheses\n* [syntastic](https://github.com/vim-syntastic/syntastic) - Syntax checking hacks for Vim\n* [tabular](https://github.com/godlygeek/tabular) - Text filtering and alignment\n* [tagbar](https://github.com/majutsushi/tagbar) - Vim plugin that displays tags in a window, ordered by scope\n* [ultisnips](https://github.com/SirVer/ultisnips) with [vim-snippets](https://github.com/honza/vim-snippets) - Snippets\n* [untodree](https://github.com/mbbill/undotree) - The ultimate undo history visualizer for Vim\n* [vimux](https://github.com/benmills/vimux) - Vim plugin to interact with tmux   \n* [vimwiki](https://github.com/vimwiki/vimwiki) - Personal wiki for Vim\n* [vim-airline](https://github.com/vim-airline/vim-airline) - Status/tabline for Vim\n* [vim-airline-themes](https://github.com/vim-airline/vim-airline-themes) - Collection of themes for ariline\n* [vim-bookmarks](https://github.com/MattesGroeger/vim-bookmarks) - Vim bookmark plugin\n* [vim-commentary](https://github.com/tpope/vim-commentary) - Comment stuff out\n* [vim-dispatch](https://github.com/tpope/vim-dispatch) - Asynchronous build and test dispatcher\n* [vim-easymotion](https://github.com/easymotion/vim-easymotion) - Vim motions on speed\n* [vim-fugitive](https://github.com/tpope/vim-fugitive) - Awesome git wrapper\n* [vim-gitgutter](https://github.com/airblade/vim-gitgutter) - A Vim plugin which shows a git diff in the gutter (sign column)\n* [vim-grepper](https://github.com/mhinz/vim-grepper) - Help with grep \n* [vim-gutentags](https://github.com/ludovicchabant/vim-gutentags) - A Vim plugin that manages your tag files \n* [vim-indent-guides](https://github.com/nathanaelkane/vim-indent-guides) - A Vim plugin for visually displaying indent levels in code\n* [vim-json](https://github.com/elzr/vim-json) - Better JSON for Vim\n* [vim-man](https://github.com/vim-utils/vim-man) - View and grep man pages in Vim\n* [vim-smooth-scroll](https://github.com/terryma/vim-smooth-scroll) - Make scrolling in Vim more pleasant \n* [vim-startify](https://github.com/mhinz/vim-startify) - Fancy start screen for Vim\n* [vim-surround](https://github.com/tpope/vim-surround) - Quoting/parenthesizing made simple\n* [vim-tmux-navigator](https://github.com/christoomey/vim-tmux-navigator) - Seamless navigation between tmux panes and vim splits \n* [YouCompleteMe](https://github.com/Valloric/YouCompleteMe) - Code completion engine for Vim\n\n## Included color schemes\n* [badwolf](https://github.com/sjl/badwolf)\n* [dracula](https://github.com/dracula/vim)\n* [flatcolor](https://github.com/MaxSt/FlatColor)\n* [gruvbox](https://github.com/morhetz/gruvbox) - Default on Vim\n* [hybrid](https://github.com/w0ng/vim-hybrid)\n* [jellybeans](https://github.com/nanotech/jellybeans.vim)\n* [one-dark](https://github.com/joshdick/onedark.vim)\n* [vim-one](https://github.com/rakr/vim-one)\n\n## Key mappings\n\nMy leader key is `č`, so whenever you see `\u003cleader\u003e` it means `č`. I use Serbian (Latin) layout on my keyboards and the `č` key is in place of `;` on English (US) layout keyboards. I like to have `č` as my leader key because it is on the [home row](https://www.computerhope.com/jargon/h/hrk.htm).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiroslavvidovic%2Fvim-configuration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiroslavvidovic%2Fvim-configuration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiroslavvidovic%2Fvim-configuration/lists"}