1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2026-01-10 02:49:45 +01:00

nvim: added dictionary

This commit is contained in:
2025-12-11 06:11:57 +01:00
parent 5caaf754e1
commit 745f11455b
2 changed files with 8 additions and 2 deletions

View File

@@ -3,7 +3,10 @@ return {
{
'nvim-telescope/telescope.nvim',
version = '0.1.2',
dependencies = { 'nvim-lua/plenary.nvim' },
dependencies = {
'nvim-lua/plenary.nvim',
'archie-judd/telescope-words.nvim'
},
opts = {}
}
}