diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-12 15:10:03 +0100 |
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-12 15:10:03 +0100 |
| commit | 21ebc25d535c49607d6f2c9f07ef9a06f8380a2a (patch) | |
| tree | 8809d0cf773c093319a97d8d562affda5d41d890 | |
| parent | 3d665c8b4551c1d4290c665d5937a63abd238927 (diff) | |
readded telescope-symbols
| -rw-r--r-- | config/essentials/nvim/lua/tlast/packer.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/essentials/nvim/lua/tlast/packer.lua b/config/essentials/nvim/lua/tlast/packer.lua index 2400ff9..931e7d4 100644 --- a/config/essentials/nvim/lua/tlast/packer.lua +++ b/config/essentials/nvim/lua/tlast/packer.lua @@ -6,6 +6,7 @@ return require('packer').startup(function(use) 'nvim-telescope/telescope.nvim', tag = '0.1.1', requires = { {'nvim-lua/plenary.nvim'} } } + use('nvim-telescope/telescope-symbols.nvim') use('theprimeagen/harpoon') -- colors |
