diff options
author | HampusM <hampus@hampusmat.com> | 2024-06-09 14:09:13 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-06-09 14:09:13 +0200 |
commit | 17351b228abd9f953c2789f98b1403ea496b30a4 (patch) | |
tree | f9e3efafdc99aad212f56aa9527fa17bfbf22598 /lua/plugins.lua | |
parent | 8eea431d0554308394fe951502e9fc63399837df (diff) |
use telescope-coc
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 9819abf..9ab9171 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -125,6 +125,17 @@ return require("packer").startup(function(use) } } } + + use { + "fannheyward/telescope-coc.nvim", + commit = "0819a790dc95336ce2a954513434a76bb76c41c7", + requires = { + { + "nvim-lua/plenary.nvim", + commit = "a3e3bc82a3f95c5ed0d7201546d5d2c19b20d683" + } + } + } -- Telescope end -- Markdown |