Detect colorscheme from dbus

This commit is contained in:
Sonny Bakker 2024-09-20 21:20:01 +02:00
parent 3587460d37
commit 373dad8448
5 changed files with 96 additions and 4 deletions

View file

@ -152,6 +152,10 @@
src: 'templates/nvim/lua/nvim-tree.lua.j2',
dest: '{{ xdg_config_dir }}/nvim/lua/_nvim-tree.lua',
}
- {
src: 'templates/nvim/lua/colorscheme.lua.j2',
dest: '{{ xdg_config_dir }}/nvim/lua/colorscheme.lua',
}
- block:
- name: create neovim install directory