master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 1983373ba0 - Show all commits

View File

@@ -23,6 +23,13 @@ return {
end,
desc = 'Find file',
},
{
'<leader>p',
function()
require("telescope.builtin").commands()
end,
desc = 'Telescope commands',
},
{
'<leader>g',
function()