fix: give container access to host networking
All checks were successful
Container build / container-build (push) Successful in 3m54s

This commit is contained in:
Job
2024-10-09 16:23:09 +02:00
parent 80995c560f
commit d97a76499f

View File

@@ -1 +1,2 @@
vim.o.relativenumber = false
vim.keymap.set("n", "<C-d>", "<C-d>zz", { desc = "Center cursor after moving down half-page" })
vim.keymap.set("n", "<C-u>", "<C-u>zz", { desc = "Center cursor after moving up half-page" })