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

9
lua/plugins/comment.lua Normal file
View File

@@ -0,0 +1,9 @@
return {
'numToStr/Comment.nvim',
opts = {
-- add any options here
toggler = {
line = ""
}
}
}