Compare commits
2 commits
a6013523fa
...
31487eed5a
Author | SHA1 | Date | |
---|---|---|---|
31487eed5a | |||
d8a3002546 |
1 changed files with 2 additions and 0 deletions
|
@ -141,6 +141,8 @@ vim.api.nvim_create_autocmd("BufWritePre", {
|
|||
end,
|
||||
})
|
||||
|
||||
|
||||
|
||||
-- Keymap
|
||||
local opts = function(label)
|
||||
return { noremap = true, silent = true, desc = label }
|
||||
|
|
Loading…
Reference in a new issue