updating all of my config, specifically doing this to fix the nvim configurations

This commit is contained in:
klein panic
2025-01-29 15:26:21 -05:00
parent c15409e848
commit 47a02e4479
949 changed files with 127542 additions and 6069 deletions

View File

@@ -52,6 +52,7 @@ config.set("content.cookies.accept", "all")
config.set("content.headers.accept_language", "en-US,en;q=0.5")
config.set("content.plugins", True)
config.set("content.webgl", True)
config.set("content.pdfjs", True)
#c.statusbar.show = 'in-mode' # show statusbar in insert mode
#c.scrolling.bar = 'never' # hide scrollbar
#c.tabs.show = 'multiple' # only show tabs when there are more than one