From 40dd55d2fe0d927307ddf1b43b972fb53084e2be Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Tue, 8 Sep 2026 11:34:38 +0200 Subject: Funktionsnamen für die Keymappings angepasst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nvim/lua/config/keymaps.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nvim/lua/config/keymaps.lua') diff --git a/nvim/lua/config/keymaps.lua b/nvim/lua/config/keymaps.lua index 9896a57..2088995 100644 --- a/nvim/lua/config/keymaps.lua +++ b/nvim/lua/config/keymaps.lua @@ -2,7 +2,7 @@ local M = {} local map = vim.keymap.set -function M.lsp(buffer, client) +function M.set_lsp(buffer, client) local opts = { buffer = buffer, silent = true, @@ -62,11 +62,11 @@ function M.lsp(buffer, client) end end -function M.gitsigns() +function M.set_gitsigns() map("n", "tb", require("gitsigns").toggle_current_line_blame) end -function M.global() +function M.set_global() local opts = { silent = true, } -- cgit v1.3