Merge branch 'main' of github.com:MasterGordon/neovim-config
This commit is contained in:
commit
7386d8f53e
|
|
@ -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(
|
||||||
"",
|
"",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue