Detect colorscheme from dbus
This commit is contained in:
parent
3587460d37
commit
373dad8448
5 changed files with 96 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue