local vim = vim vim.keymap.set( "n", "f", "Telescope find_files", { noremap = true, silent = true, desc = "Find files" } )