diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-19 23:38:55 +0200 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-19 23:38:55 +0200 |
| commit | e12bf77a9fd8ebe81347532528c084d3a07c366a (patch) | |
| tree | 9ef0b0c30ef01c7168edd6cb18323a8d3c273430 /fnl/config/which-key.fnl | |
| parent | 3d53862b8c3f1ab19f4ac870079cc62fb886313d (diff) | |
Add util fun for loading most plugin opts
Diffstat (limited to 'fnl/config/which-key.fnl')
| -rw-r--r-- | fnl/config/which-key.fnl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/fnl/config/which-key.fnl b/fnl/config/which-key.fnl index 1f9f0fe..e60744b 100644 --- a/fnl/config/which-key.fnl +++ b/fnl/config/which-key.fnl @@ -47,8 +47,10 @@ :n [:<cmd>nohlsearch<CR> "No Highlight"] :P ["<cmd>Telescope projects<cr>" :Projects] :z [:<cmd>ZenMode<cr> "Zen Mode"] - :b ["<cmd>lua require('telescope.builtin').buffers(require('telescope.themes').get_dropdown{sort_lastused = true, initial_mode = 'normal', previewer = false})<cr>" "Switch buffers"] - :f ["<cmd>lua require('telescope.builtin').find_files(require('telescope.themes').get_dropdown{previewer = false})<cr>" "Find files"] + :b ["<cmd>lua require('telescope.builtin').buffers(require('telescope.themes').get_dropdown{sort_lastused = true, initial_mode = 'normal', previewer = false})<cr>" + "Switch buffers"] + :f ["<cmd>lua require('telescope.builtin').find_files(require('telescope.themes').get_dropdown{previewer = false})<cr>" + "Find files"] :t ["<cmd>Telescope live_grep theme=ivy<cr>" "Find text"] :p {:name :Packer :c [:<cmd>PackerCompile<cr> :Compile] |