Files
NVimLitePyConf/README.md
2020-05-05 16:05:30 +03:00

56 lines
1.8 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# NeoVim
Мой конфиг для NeoVim, нацеленный на легкость и работу с Python
# Установка
```sh
# Установка менеджера плагинов
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
# Клонирование файла конфига
git clone git@github.com:Llloooggg/NVimLightPyConf.git ~/.config/nvim
# Установка указанных плагинов в самом Nvim
:PlugInstall
```
# Использованные плагины
### Менеджер плагинов
[junegunn/vim-plug](https://github.com/junegunn/vim-plug)
### Меню проекта и дополнения к нему
[preservim/nerdtree](http://github.com/preservim/nerdtree)
[vim-nerdtree-syntax-highlight](http://github.com/tiagofumo/vim-nerdtree-syntax-highlight)
[scrooloose/nerdcommenter](http://github.com/scrooloose/nerdcommenter)
[ryanoasis/vim-devicons](http://github.com/ryanoasis/vim-devicons)
### Дополнение для Git
[vim-gitgutter](http://github.com/airblade/vim-gitgutter)
### Приятный статусбар
[itchyny/lightline.vim](http://github.com/itchyny/lightline.vim)
### Тема
[joshdick/onedark.vim](http://github.com/joshdick/onedark.vim)
### Проверка cинтаксиса
[dense-analysis/ale](http://github.com/dense-analysis/ale)
### Подсказки
[Shougo/deoplete.nvim](http://github.com/Shougo/deoplete.nvim)
[deoplete-plugins/deoplete-jedi](http://github.com/deoplete-plugins/deoplete-jedi)
### Улучшенный синтаксис Python
[numirias/semshi](http://github.com/numirias/semshi)
### Скобки
[tpope/vim-surround](http://github.com/tpope/vim-surround)
### Плавная прокрутка
[psliwka/vim-smoothie](http://github.com/psliwka/vim-smoothie)