1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2026-03-28 10:24:47 +01:00

NVIM: added optional dependency for Telescope

This commit is contained in:
2026-03-26 08:12:01 +01:00
parent 141988ba94
commit 17a2e9f0ca

View File

@@ -4,6 +4,7 @@ return {
version = "*",
dependencies = {
"nvim-lua/plenary.nvim",
{ "nvim-telescope/telescope-fzf-native.nvim", build = "make" },
"archie-judd/telescope-words.nvim",
},
keys = {