updates qutebrowser, nvim markdown, yt-dlp

This commit is contained in:
Henrik Bakken
2025-01-15 11:26:14 +01:00
parent 4099c835c7
commit 1a008441f4
4 changed files with 22 additions and 5 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
vim.o.colorcolumn = "100"
vim.o.colorcolumn = ""
vim.o.textwidth = 80
vim.o.wrap = true
vim.opt.tabstop = 2
vim.opt.shiftwidth = 2
vim.opt.softtabstop = 2