Merge branch 'main' of github.com:MasterGordon/neovim-config

This commit is contained in:
MasterGordon 2022-09-21 14:28:07 +02:00
commit 7386d8f53e
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(
"", "",