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 = { l = {
name = "LSP", name = "LSP",
a = { "<cmd>CodeActionMenu<cr>", "Code Action" }, a = { "<cmd>CodeActionMenu<cr>", "Code Action" },
d = { "<cmd>TroubleToggle document_diagnostics<cr>", "Diagnostics" }, D = { "<cmd>TroubleToggle document_diagnostics<cr>", "Diagnostics" },
D = { "<cmd>lua vim.lsp.buf.definition()<cr>", "Definition" }, d = { "<cmd>lua vim.lsp.buf.definition()<cr>", "Definition" },
w = { w = {
"<cmd>TroubleToggle workspace_diagnostics<cr>", "<cmd>TroubleToggle workspace_diagnostics<cr>",
"Workspace Diagnostics", "Workspace Diagnostics",

View File

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