removed print

This commit is contained in:
Gordon Goldbach 2022-09-06 13:39:24 +02:00
parent 32958e555b
commit c01aa0cf0b
1 changed files with 0 additions and 2 deletions

View File

@ -739,8 +739,6 @@ local function goto_buf(index)
vim.api.nvim_win_set_buf(0, bufs[index]) vim.api.nvim_win_set_buf(0, bufs[index])
end end
print(vim.inspect(get_bufs()))
local function addKey(key, index) local function addKey(key, index)
vim.keymap.set( vim.keymap.set(
"", "",