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