This commit is contained in:
Henrik Bakken
2023-10-05 00:00:59 +02:00
parent 949b47423d
commit 3f8882d5d3
4 changed files with 22 additions and 18 deletions
-1
View File
@@ -4,4 +4,3 @@ export VISUAL=/usr/bin/nvim
export TERMINAL=/usr/bin/kitty
export PAGER="bat --style=header,rule,snip"
export BROWSER=/usr/bin/qutebrowser
export QT_QPA_PLATFORMTHEME=/sr/bin/qt5ct
+1
View File
@@ -74,6 +74,7 @@ yay -S castnow
# div applications
yay -S i3status \
qutebrowser \
rofi \
mutt \
redshift \
+5 -1
View File
@@ -732,6 +732,9 @@ require("lazy").setup({
},
},
},
yaml = {
schemas = { kubernetes = "globPattern" },
},
}
require("neodev").setup()
@@ -784,7 +787,7 @@ require("lazy").setup({
lsp_doc_border = false, -- add a border to hover docs and signature help
},
messages = {
enabled = true,
enabled = false,
},
})
end,
@@ -856,6 +859,7 @@ vim.o.foldmethod = "expr"
vim.o.completeopt = "menu,menuone,noinsert"
vim.opt.formatoptions = vim.opt.formatoptions - { "c", "r", "o" }
vim.opt.iskeyword = vim.opt.iskeyword - { "." }
-- press enter in quickfix list to goto
vim.api.nvim_command([[augroup MYAU]])
+16 -16
View File
@@ -19,18 +19,32 @@ settings:
<F11>: config-cycle tabs.show always switching
<F12>: view-source
'>': tab-move +
J: tab-prev
K: tab-next
pw: spawn --userscript qute-bitwarden
tm: tab-move
to: tab-focus
ø: 'set-cmd-text :'
J: tab-prev
K: tab-next
colors.tabs.even.bg:
global: cyan
colors.tabs.even.fg:
global: black
colors.tabs.odd.bg:
global: cyan
colors.tabs.odd.fg:
global: black
colors.webpage.darkmode.enabled:
global: false
content.register_protocol_handler:
https://mail.google.com?extsrc=mailto&url=%25s: true
content.tls.certificate_errors:
global: ask-block-thirdparty
fonts.statusbar:
global: 20px default_family
fonts.tabs.selected:
global: 10pt sans-serif
fonts.tabs.unselected:
global: 10pt sans-serif
messages.timeout:
global: 500
scrolling.bar:
@@ -90,17 +104,3 @@ settings:
sh: https://explainshell.com/explain?cmd={}
url.start_pages:
global: https://www.hjarl.com/tt-rss
fonts.statusbar:
global: 20px default_family
fonts.tabs.selected:
global: 10pt sans-serif
fonts.tabs.unselected:
global: 10pt sans-serif
colors.tabs.even.bg:
global: cyan
colors.tabs.odd.bg:
global: cyan
colors.tabs.even.fg:
global: black
colors.tabs.odd.fg:
global: black