diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2024-06-08 18:38:29 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2024-06-08 18:38:29 +0800 |
| commit | c6e7db5ed2a03483c5fc98fb5fc3b9d7d699c709 (patch) | |
| tree | 7ba6600b3f605d3591a11a725eac857370a768a0 /vim/lazy/plugin | |
| parent | 8d8e5a626bcaf634fc56f6b7b28388f607f3b6c7 (diff) | |
Update
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 | } |