diff --git a/flake.nix b/flake.nix index a8fd443..fa4cb24 100644 --- a/flake.nix +++ b/flake.nix @@ -14,6 +14,10 @@ # mason / tree-sitter gcc cargo + + # telescope + ripgrep + fd ]; in { ### nix {run,shell,build} diff --git a/lua/plugins/telescope.lua b/lua/plugins/telescope.lua index 83605cf..c53e1ca 100644 --- a/lua/plugins/telescope.lua +++ b/lua/plugins/telescope.lua @@ -1,6 +1,9 @@ return { "nvim-telescope/telescope.nvim", - dependencies = { "nvim-lua/plenary.nvim" }, + dependencies = { + "nvim-lua/plenary.nvim", + "nvim-tree/nvim-web-devicons", + }, opts = {}, keys = { { "f", "Telescope find_files", desc = "Find files" },