Remove separate keybindings module

This commit is contained in:
Sonny Bakker 2025-01-03 07:30:43 +01:00
parent 763124e737
commit a791f70f5f
4 changed files with 13 additions and 18 deletions

View file

@ -116,10 +116,6 @@
src: 'templates/nvim/lua/auto-commands.lua.j2',
dest: '{{ xdg_config_dir }}/nvim/lua/auto-commands.lua',
}
- {
src: 'templates/nvim/lua/keybindings.lua.j2',
dest: '{{ xdg_config_dir }}/nvim/lua/keybindings.lua',
}
- {
src: 'templates/nvim/lua/lsp.lua.j2',
dest: '{{ xdg_config_dir }}/nvim/lua/lsp.lua',