Split diagnostic configuration to separate file

This commit is contained in:
Sonny Bakker 2025-04-01 22:15:23 +02:00
parent a68558e4ae
commit 87f05c5d83
4 changed files with 15 additions and 8 deletions

View file

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