Oliver Davies
76597dcb17
Add a new role for installing the required packages for running different LSP servers (e.g. intelephense) within Neovim.
27 lines
461 B
YAML
27 lines
461 B
YAML
---
|
|
- hosts: localhost
|
|
roles:
|
|
- role: alacritty
|
|
tags:
|
|
- "skip-if-wsl"
|
|
- role: ctop
|
|
- role: dconf
|
|
- role: docker
|
|
- role: firefox
|
|
tags:
|
|
- "skip-if-wsl"
|
|
- role: fzf
|
|
- role: git
|
|
- role: htop
|
|
- role: lazydocker
|
|
- role: lazygit
|
|
- role: neovim
|
|
- role: nnn
|
|
- role: neovim-lsp
|
|
- role: pv
|
|
- role: rename
|
|
- role: ripgrep
|
|
- role: tmux
|
|
- role: zsh
|
|
- role: zsh-antigen
|