See how a minor change to your branch name style can make you a better programmer.
Format: <type>/#<issueNumber>-<alias>
local M = {} | |
-- Cache for module state | |
local state = { | |
buf = nil, | |
win = nil, | |
ns = nil, | |
width = 34, | |
uses_mousemoveevent = vim.o.mousemoveevent, | |
} |
{ | |
"vim.showMarksInGutter": false, | |
"vim.foldfix": true, | |
"vim.surround": true, | |
"vim.easymotion": true, | |
"vim.easymotionKeys": "asdghklqwertyuiopzxcvbnmfj", | |
"vim.leader": "<space>", | |
"vim.normalModeKeyBindingsNonRecursive": [ | |
{ | |
"before": [":", "w", "<CR>"], |