Random NVIM refactorings, sorry those accumulated
This commit is contained in:
@ -17,4 +17,8 @@ function helpers.diagnostic_on_cursor_hold(bufnr)
|
||||
})
|
||||
end
|
||||
|
||||
function helpers.nmap(keys, command, description)
|
||||
vim.keymap.set('n', keys, command, { desc = description })
|
||||
end
|
||||
|
||||
return helpers
|
||||
|
Reference in New Issue
Block a user