You've already forked NVimLitePyConf
mirror of
https://github.com/Llloooggg/NVimLitePyConf.git
synced 2026-03-06 04:06:22 +03:00
init
This commit is contained in:
55
README.md
Normal file
55
README.md
Normal file
@@ -0,0 +1,55 @@
|
||||
# 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/NeoVim-config.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)
|
||||
Reference in New Issue
Block a user