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
- Host: GitHub
- URL: https://github.com/oknehsorod/v-conf
- Owner: Oknehsorod
- Created: 2020-11-26T19:21:45.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-05T12:36:04.000Z (over 3 years ago)
- Last Synced: 2025-12-12T21:35:02.368Z (7 months ago)
- Topics: config, nvim, vim
- Language: Vim script
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)