An open API service indexing awesome lists of open source software.

https://github.com/oknehsorod/v-conf

My config for vim/nvim
https://github.com/oknehsorod/v-conf

config nvim vim

Last synced: 2 months ago
JSON representation

My config for vim/nvim

Awesome Lists containing this project

README

          

# V Config
### Structure
```init.vim``` - импортирует все остальные файлы настройки

```keyboard.conf.vim``` - переопределение клавиш для редактора

```keyboardPlug.conf.vim``` - переопределение для расширений

```plugList.conf.vim``` - список расширений

```plug.conf.vim``` - настройки для расширений

```base.conf.vim``` - настройки для редактора

### Plugins
##### Move
- [easy-motion](https://github.com/easymotion/vim-easymotion)
- [nerd-tree](https://github.com/preservim/nerdtree)
##### Autocomplete
- [coc.nvim](https://github.com/neoclide/coc.nvim)
- [emmet-vim](https://github.com/mattn/emmet-vim)
##### Git
- [vim-gitgutter](https://github.com/airblade/vim-gitgutter)
- [vim-fugitive](https://github.com/tpope/vim-fugitive)
##### Syntax
- [vim-polyglot](https://github.com/sheerun/vim-polyglot)
##### Search
- [fzf](https://github.com/junegunn/fzf.vim)
##### Theme
- [gruvbox](https://github.com/morhetz/gruvbox)
##### Formatting
- [vim-prettier](https://github.com/prettier/vim-prettier)
##### UI
- [vim-airline](https://github.com/vim-airline/vim-airline)