Compare commits
2 Commits
a4a60cf363
...
51852437d4
Author | SHA1 | Date |
---|---|---|
mandlm | 51852437d4 | |
mandlm | 327e411b38 |
|
@ -24,6 +24,7 @@ nnoremap("<leader>ff", "<Cmd>Telescope find_files theme=dropdown<CR>")
|
|||
nnoremap("<leader>fb", "<Cmd>Telescope buffers theme=dropdown<CR>")
|
||||
nnoremap("<leader>fg", "<Cmd>Telescope git_files theme=dropdown<CR>")
|
||||
nnoremap("<leader>fp", "<Cmd>Telescope projects theme=dropdown<CR>")
|
||||
nnoremap("<leader>fs", "<Cmd>Telescope lsp_dynamic_workspace_symbols theme=dropdown<CR>")
|
||||
nnoremap("<C-f>", "<Cmd>Telescope grep_string<CR>")
|
||||
nnoremap("<C-g>", "<Cmd>Telescope live_grep<CR>")
|
||||
|
||||
|
|
|
@ -18,11 +18,6 @@ telescope.setup({
|
|||
}
|
||||
},
|
||||
extensions = {
|
||||
fzf = {
|
||||
fuzzy = true,
|
||||
override_generic_sorter = true,
|
||||
override_file_sorter = true
|
||||
},
|
||||
["ui-select"] = {
|
||||
themes.get_dropdown({})
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue