dotfiles/main.yaml
Oliver Davies 76597dcb17 feat(nvim): add neovim-lsp role
Add a new role for installing the required packages for running
different LSP servers (e.g. intelephense) within Neovim.
2022-03-30 23:14:57 +01:00

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