Move formatting configuration to separate file

This commit is contained in:
Sonny Bakker 2025-03-18 21:51:14 +01:00
parent 6adb1f506f
commit 6d801bcb4e
4 changed files with 26 additions and 25 deletions

View file

@ -120,3 +120,6 @@
- src: 'templates/nvim/lua/filetype.lua.j2'
dest: '{{ xdg_config_dir }}/nvim/lua/_filetype.lua'
- src: 'templates/nvim/lua/formatting.lua.j2'
dest: '{{ xdg_config_dir }}/nvim/lua/formatting.lua'