[nvim] Rajoute un racourci vers :Lazy

This commit is contained in:
Gregory Trolliet 2024-11-05 10:44:28 +01:00
parent 1624e59c27
commit 426474dcb4

View file

@ -18,6 +18,8 @@ require("lazy").setup({
require("core.options")
options = { noremap = true }
map('n', '<Leader>L', ':Lazy <Enter>', options)
map('n', '<Leader>ff', ':Telescope find_files<Enter>', options)
map('n', '<Leader>fg', ':Telescope git_files<Enter>', options)
map('n', '<Leader>fc', ':Telescope git_commits<Enter>', options)