added keybinds and config

This commit is contained in:
Simon Ziegler
2025-10-02 13:44:26 +02:00
parent d8dba6591e
commit eac8a20744
4 changed files with 18 additions and 1 deletions

1
lua/config/keybinds.lua Normal file
View File

@@ -0,0 +1 @@
vim.api.nvim_set_keymap('n', '', ':set wrap!\n', {})