https://github.com/miroslavvidovic/vim-configuration
Vim and Neovim configuration files
https://github.com/miroslavvidovic/vim-configuration
neovim neovim-configuration neovim-dotfiles vim vim-configuration vim-dotfiles vim-plugins vimrc
Last synced: 3 months ago
JSON representation
Vim and Neovim configuration files
- Host: GitHub
- URL: https://github.com/miroslavvidovic/vim-configuration
- Owner: miroslavvidovic
- Created: 2016-04-08T08:30:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-06T10:52:21.000Z (almost 5 years ago)
- Last Synced: 2024-12-29T08:11:42.538Z (5 months ago)
- Topics: neovim, neovim-configuration, neovim-dotfiles, vim, vim-configuration, vim-dotfiles, vim-plugins, vimrc
- Language: Vim script
- Homepage:
- Size: 1.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Vim and NeoVim configuration
My personal Vim and Neovim settings## Installation
## Screenshots
## Included plugins
* [ack.vim](https://github.com/mileszs/ack.vim) - Vim plugin for the_silver_searcher (ag) or ack -- a very fast grep
* [auto-pairs](https://github.com/jiangmiao/auto-pairs) - Insert or delete brackets, parens, quotes in pair
* [bufexplorer](https://github.com/jlanzarotta/bufexplorer) - BufExplorer Plugin for Vim
* [CamelCaseMotion](https://github.com/bkad/CamelCaseMotion) - Provide CamelCase motion through words
* [csv.vim](https://github.com/chrisbra/csv.vim) - Filetype plugin for CSV files
* [ctrlp.vim](https://github.com/ctrlpvim/ctrlp.vim) - Fuzzy file, buffer, mru, tag finder
* [editorconfig-vim](https://github.com/editorconfig/editorconfig-vim) - EditorConfig plugin for Vim
* [fzf.vim](https://github.com/junegunn/fzf.vim) - Fuzzy find anything
* [goyo.vim](https://github.com/junegunn/goyo.vim) - Distraction-free writing in Vim
* [nerdtree](https://github.com/scrooloose/nerdtree) - A tree explorer plugin for Vim
* [rainbow](https://github.com/luochen1990/rainbow) - Rainbow parentheses
* [syntastic](https://github.com/vim-syntastic/syntastic) - Syntax checking hacks for Vim
* [tabular](https://github.com/godlygeek/tabular) - Text filtering and alignment
* [tagbar](https://github.com/majutsushi/tagbar) - Vim plugin that displays tags in a window, ordered by scope
* [ultisnips](https://github.com/SirVer/ultisnips) with [vim-snippets](https://github.com/honza/vim-snippets) - Snippets
* [untodree](https://github.com/mbbill/undotree) - The ultimate undo history visualizer for Vim
* [vimux](https://github.com/benmills/vimux) - Vim plugin to interact with tmux
* [vimwiki](https://github.com/vimwiki/vimwiki) - Personal wiki for Vim
* [vim-airline](https://github.com/vim-airline/vim-airline) - Status/tabline for Vim
* [vim-airline-themes](https://github.com/vim-airline/vim-airline-themes) - Collection of themes for ariline
* [vim-bookmarks](https://github.com/MattesGroeger/vim-bookmarks) - Vim bookmark plugin
* [vim-commentary](https://github.com/tpope/vim-commentary) - Comment stuff out
* [vim-dispatch](https://github.com/tpope/vim-dispatch) - Asynchronous build and test dispatcher
* [vim-easymotion](https://github.com/easymotion/vim-easymotion) - Vim motions on speed
* [vim-fugitive](https://github.com/tpope/vim-fugitive) - Awesome git wrapper
* [vim-gitgutter](https://github.com/airblade/vim-gitgutter) - A Vim plugin which shows a git diff in the gutter (sign column)
* [vim-grepper](https://github.com/mhinz/vim-grepper) - Help with grep
* [vim-gutentags](https://github.com/ludovicchabant/vim-gutentags) - A Vim plugin that manages your tag files
* [vim-indent-guides](https://github.com/nathanaelkane/vim-indent-guides) - A Vim plugin for visually displaying indent levels in code
* [vim-json](https://github.com/elzr/vim-json) - Better JSON for Vim
* [vim-man](https://github.com/vim-utils/vim-man) - View and grep man pages in Vim
* [vim-smooth-scroll](https://github.com/terryma/vim-smooth-scroll) - Make scrolling in Vim more pleasant
* [vim-startify](https://github.com/mhinz/vim-startify) - Fancy start screen for Vim
* [vim-surround](https://github.com/tpope/vim-surround) - Quoting/parenthesizing made simple
* [vim-tmux-navigator](https://github.com/christoomey/vim-tmux-navigator) - Seamless navigation between tmux panes and vim splits
* [YouCompleteMe](https://github.com/Valloric/YouCompleteMe) - Code completion engine for Vim## Included color schemes
* [badwolf](https://github.com/sjl/badwolf)
* [dracula](https://github.com/dracula/vim)
* [flatcolor](https://github.com/MaxSt/FlatColor)
* [gruvbox](https://github.com/morhetz/gruvbox) - Default on Vim
* [hybrid](https://github.com/w0ng/vim-hybrid)
* [jellybeans](https://github.com/nanotech/jellybeans.vim)
* [one-dark](https://github.com/joshdick/onedark.vim)
* [vim-one](https://github.com/rakr/vim-one)## Key mappings
My leader key is `č`, so whenever you see `` 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).