@ -37,6 +37,8 @@ lua <<EOF
nn("<Leader>e", "<cmd>lua vim.diagnostic.open_float()<CR>")
nn("<Leader>p", "<cmd>lua vim.diagnostic.goto_prev()<CR>")
nn("<Leader>n", "<cmd>lua vim.diagnostic.goto_next()<CR>")
nn("<F6>", "<cmd>tabp<CR>")
nn("<F7>", "<cmd>tabn<CR>")
local function onattach(client, buf)
local function nn(from, to)