fixed broken option in xprofile

This commit is contained in:
Solomon Laing 2022-11-21 09:22:43 +10:30
parent 0167541ae8
commit f153fae1b3
2 changed files with 3 additions and 3 deletions

View File

@ -194,8 +194,8 @@ local mappings = {
l = {
name = "LSP",
a = { "<cmd>CodeActionMenu<cr>", "Code Action" },
d = { "<cmd>TroubleToggle document_diagnostics<cr>", "Diagnostics" },
D = { "<cmd>lua vim.lsp.buf.definition()<cr>", "Definition" },
D = { "<cmd>TroubleToggle document_diagnostics<cr>", "Diagnostics" },
d = { "<cmd>lua vim.lsp.buf.definition()<cr>", "Definition" },
w = {
"<cmd>TroubleToggle workspace_diagnostics<cr>",
"Workspace Diagnostics",

View File

@ -2,7 +2,7 @@
# start universal things here like keyboard map, cursor, and default screenlayout
# keyboard layout
setxkbmap -layout dvorak -options ctrl:nocaps &
setxkbmap -layout dvorak -option ctrl:nocaps &
# cursor
xsetroot -cursor_name left_ptr