clean up
This commit is contained in:
parent
a83f1196bc
commit
b871162664
8 changed files with 9 additions and 23 deletions
|
|
@ -59,6 +59,8 @@ require("telescope").load_extension("media_files")
|
|||
local opt = {noremap = true, silent = true}
|
||||
|
||||
vim.g.mapleader = " "
|
||||
|
||||
-- mappings
|
||||
vim.api.nvim_set_keymap("n", "<Leader>ff", [[<Cmd>lua require('telescope.builtin').find_files()<CR>]], opt)
|
||||
vim.api.nvim_set_keymap(
|
||||
"n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue