refactor: move keebs configs into separate dir

This commit is contained in:
2025-11-12 23:12:58 +02:00
parent d43465b7e4
commit dfb3454ab0
6 changed files with 1 additions and 52 deletions

View File

@@ -138,9 +138,6 @@ vim.api.nvim_create_autocmd({ 'InsertEnter', 'WinLeave' }, {
end,
})
-- Experimental
-- vim.opt.iskeyword:prepend { '-' } -- treat dash separated words as a word textobject
local function map(mode, lhs, rhs, opts)
local options = { noremap = true }
if opts then options = vim.tbl_extend('force', options, opts) end