diff options
| author | srdusr <trevorgray@srdusr.com> | 2022-11-08 18:37:03 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2022-11-08 18:37:03 +0200 |
| commit | 796d3853c126118b8eb68561e378743c43b52ebe (patch) | |
| tree | a2999bea3b9249fbfc520c2be489db1a5d65cb21 /lua/user/pack.lua | |
| parent | b1f5b99dff87ff9932620646a8b13337cef24eb4 (diff) | |
| download | dotfiles-796d3853c126118b8eb68561e378743c43b52ebe.tar.gz dotfiles-796d3853c126118b8eb68561e378743c43b52ebe.zip | |
Added plugin 'axkirillov/telescope-changed-files'
Diffstat (limited to 'lua/user/pack.lua')
| -rw-r--r-- | lua/user/pack.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/user/pack.lua b/lua/user/pack.lua index 7389cd7..ffa1106 100644 --- a/lua/user/pack.lua +++ b/lua/user/pack.lua @@ -229,6 +229,7 @@ return packer.startup(function(use) use("nvim-telescope/telescope-file-browser.nvim") -- search emoji and other symbols use({ "nvim-telescope/telescope-symbols.nvim", after = "telescope.nvim" }) + use("axkirillov/telescope-changed-files") --use({ --"princejoogie/dir-telescope.nvim", --requires = {"nvim-telescope/telescope.nvim"}, |
