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:
@@ -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 = {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user