fixed broken option in xprofile
This commit is contained in:
parent
0167541ae8
commit
f153fae1b3
@ -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",
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user