Add a keymap to find files within neovim config
All checks were successful
/ check (push) Successful in 1m35s
All checks were successful
/ check (push) Successful in 1m35s
This commit is contained in:
parent
59fd01f155
commit
10bb187e7f
1 changed files with 5 additions and 0 deletions
5
.nvim.lua
Normal file
5
.nvim.lua
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
vim.keymap.set("n", "<leader>fn", function()
|
||||||
|
require("telescope.builtin").find_files({
|
||||||
|
cwd = "modules/home-manager/coding/neovim/config"
|
||||||
|
})
|
||||||
|
end)
|
Loading…
Add table
Add a link
Reference in a new issue