Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tris203 committed Nov 29, 2023
1 parent 808651a commit 59b202b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion lua/hawtkeys/config.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
M = {}
M.excludeAlreadyMapped = true

M.excludeAlreadyMapped = true
M.leader = " "
M.homerow = 2
M.powerFingers = { 2, 3, 6, 7 }

return M

2 changes: 1 addition & 1 deletion lua/hawtkeys/keyboards.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
M = {}
M = {}
-- TODO: Make this dynamic, loading from the keyboards directory
M.qwerty = require('hawtkeys.keyboards.qwerty').layout

Expand Down

0 comments on commit 59b202b

Please sign in to comment.