Add neovim config
This commit is contained in:
44
nvim/Requirements.md
Normal file
44
nvim/Requirements.md
Normal file
@@ -0,0 +1,44 @@
|
||||
### NB
|
||||
|
||||
Мой предпочитаемый вариант установки [brew](https://brew.sh/), но так же можно найти репозитории необходимых зависимостей и учтановить их другими методами.
|
||||
|
||||
### Установка neovim
|
||||
|
||||
```bash
|
||||
# https://github.com/neovim/neovim
|
||||
brew install neovim
|
||||
```
|
||||
|
||||
### Установка зависимостей
|
||||
|
||||
```bash
|
||||
# https://github.com/junegunn/fzf
|
||||
brew install fzf
|
||||
|
||||
# https://github.com/alesbrelih/gitlab-ci-ls
|
||||
brew install alesbrelih/gitlab-ci-ls/gitlab-ci-ls
|
||||
|
||||
# https://github.com/golang/go
|
||||
brew install go
|
||||
|
||||
# https://github.com/jesseduffield/lazygit
|
||||
brew install lazygit
|
||||
|
||||
# https://github.com/LuaLS/lua-language-server
|
||||
brew install lua-language-server
|
||||
|
||||
# https://github.com/getsops/sops
|
||||
brew onstall sops
|
||||
|
||||
# https://github.com/hashicorp/terraform-ls
|
||||
brew install terraform-ls
|
||||
|
||||
# https://tree-sitter.github.io/
|
||||
brew install tree-sitter
|
||||
|
||||
# https://github.com/redhat-developer/yaml-language-server
|
||||
brew install yaml-language-server
|
||||
|
||||
# https://github.com/ryanoasis/nerd-fonts
|
||||
brew install --cask font-jetbrains-mono-nerd-font
|
||||
```
|
||||
Reference in New Issue
Block a user