Lazygit
This commit is contained in:
parent
d560d0bf84
commit
248babab24
5 changed files with 24 additions and 5 deletions
home/features/neovim/config/ftplugin
|
@ -24,7 +24,12 @@ local function runLocal(functionName)
|
|||
end
|
||||
end
|
||||
|
||||
vim.keymap.set("n", "<leader>lf", ":source %<cr>", opts("Run [l]ua [f]ile "))
|
||||
vim.keymap.set(
|
||||
"n",
|
||||
"<leader>lf",
|
||||
"<cmd>source %<cr>",
|
||||
opts("Run [l]ua [f]ile ")
|
||||
)
|
||||
vim.keymap.set(
|
||||
"n",
|
||||
"<leader>ls",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue