fix neovim

This commit is contained in:
Pim Kunis 2023-02-13 13:47:25 +01:00
parent 97fda3cd19
commit c03dbc65bc
2 changed files with 7 additions and 1 deletions

View file

@ -14,6 +14,7 @@ My current setup is [Regolith OS](https://regolith-desktop.com/) which is basica
- thunderbird config - thunderbird config
- some kind of tag setup with: bootstrap, update, etc. - some kind of tag setup with: bootstrap, update, etc.
- i3 app shortcuts - i3 app shortcuts
- install fzf from repositories instead of git
Would like Ansible Vault to check in keypair for syncthing. Would like Ansible Vault to check in keypair for syncthing.
However, then I would need a password to unlock the vault. However, then I would need a password to unlock the vault.

View file

@ -7,7 +7,7 @@
- name: Install Neovim PPA - name: Install Neovim PPA
become: true become: true
apt_repository: apt_repository:
repo: "deb [signed-by=/etc/apt/keyrings/neovim.gpg] https://ppa.launchpadcontent.net/neovim-ppa/stable/ubuntu {{ ansible_distribution_release }} main" repo: "deb [signed-by=/etc/apt/keyrings/neovim.gpg] https://ppa.launchpadcontent.net/neovim-ppa/unstable/ubuntu {{ ansible_distribution_release }} main"
register: apt_repository register: apt_repository
- name: Update APT cache - name: Update APT cache
become: true become: true
@ -48,6 +48,11 @@
pip: pip:
name: name:
- "python-lsp-server[all]" - "python-lsp-server[all]"
- name: Clone packer repository
git:
repo: https://github.com/wbthomason/packer.nvim
depth: 1
dest: ~/.local/share/nvim/site/pack/packer/start/packer.nvim
- name: Install terraform-ls - name: Install terraform-ls
become: true become: true
apt: apt: