Add source-link plugin

This commit is contained in:
Sonny Bakker 2024-12-09 20:38:36 +01:00
parent e737c4f44b
commit f1196f4c42
4 changed files with 17 additions and 0 deletions

View file

@ -160,6 +160,12 @@
src: 'templates/nvim/lua/colorscheme.lua.j2',
dest: '{{ xdg_config_dir }}/nvim/lua/colorscheme.lua',
}
- {
src: 'templates/nvim/lua/source-link.lua.j2',
dest: '{{ xdg_config_dir }}/nvim/lua/_source-link.lua',
}
- block:
- name: create neovim install directory