telescope: add dependencies

This commit is contained in:
Guanran Wang 2024-02-21 14:54:29 +08:00
parent 2cab20286e
commit 31b8f4bbab
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8
2 changed files with 8 additions and 1 deletions

View file

@ -14,6 +14,10 @@
# mason / tree-sitter # mason / tree-sitter
gcc gcc
cargo cargo
# telescope
ripgrep
fd
]; ];
in { in {
### nix {run,shell,build} ### nix {run,shell,build}

View file

@ -1,6 +1,9 @@
return { return {
"nvim-telescope/telescope.nvim", "nvim-telescope/telescope.nvim",
dependencies = { "nvim-lua/plenary.nvim" }, dependencies = {
"nvim-lua/plenary.nvim",
"nvim-tree/nvim-web-devicons",
},
opts = {}, opts = {},
keys = { keys = {
{ "<Space>f", "<cmd>Telescope find_files<CR>", desc = "Find files" }, { "<Space>f", "<cmd>Telescope find_files<CR>", desc = "Find files" },