diff options
Diffstat (limited to 'vim/lazy/plugin')
-rw-r--r-- | vim/lazy/plugin/telescope.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/lazy/plugin/telescope.lua b/vim/lazy/plugin/telescope.lua index f8947a2..0b4bbfc 100644 --- a/vim/lazy/plugin/telescope.lua +++ b/vim/lazy/plugin/telescope.lua | |||
@@ -71,7 +71,7 @@ end, { desc = '[/] Fuzzily search in current buffer' }) | |||
71 | 71 | ||
72 | -- For neovim config files | 72 | -- For neovim config files |
73 | vim.keymap.set('n', '<leader>sn', function() | 73 | vim.keymap.set('n', '<leader>sn', function() |
74 | require('telescope.builtin').find_files { | 74 | require('telescope.builtin').find_files { |
75 | cwd = vim.fn.stdpath 'config', | 75 | cwd = vim.fn.stdpath 'config', |
76 | follow = true | 76 | follow = true |
77 | } | 77 | } |