mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
using nvim with lua
This commit is contained in:
+5
-10
@@ -335,16 +335,11 @@
|
|||||||
pacman:
|
pacman:
|
||||||
name: neovim
|
name: neovim
|
||||||
state: present
|
state: present
|
||||||
- name: Clone AstroNvim
|
- name: Setup NeoVim
|
||||||
git:
|
copy:
|
||||||
repo: https://github.com/AstroNvim/AstroNvim
|
src: nvim
|
||||||
dest: /$HOME/.config/nvim
|
dest: /$HOME/.config
|
||||||
depth: 1
|
force: true
|
||||||
- name: Setup AstroNvim
|
|
||||||
synchronize:
|
|
||||||
delete: true
|
|
||||||
src: nvim/lua/user
|
|
||||||
dest: /$HOME/.config/nvim/lua
|
|
||||||
- name: Install Fish (shell)
|
- name: Install Fish (shell)
|
||||||
become: true
|
become: true
|
||||||
pacman:
|
pacman:
|
||||||
|
|||||||
Reference in New Issue
Block a user