summary refs log tree commit diff
path: root/.vim/lua/plugins.lua
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2022-04-20 14:14:49 +0200
committerRobert Günzler <r@gnzler.io>2022-04-20 14:15:04 +0200
commit04312e32f06473cd7eabacd9f86b1ba68711848a (patch)
tree7c6e4e72fbc88585e08458e9cef0f79de58a4ef8 /.vim/lua/plugins.lua
parentddf94834b05ac5917b0818146b159614cbc47995 (diff)
vim: add local telescope extension using job.lua
Diffstat (limited to '.vim/lua/plugins.lua')
-rw-r--r--.vim/lua/plugins.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vim/lua/plugins.lua b/.vim/lua/plugins.lua
index 39ad86f..74fe9a4 100644
--- a/.vim/lua/plugins.lua
+++ b/.vim/lua/plugins.lua
@@ -636,6 +636,9 @@ return require('packer').startup({function()
         }
       }
 
+      -- local extension
+      require('telescope').load_extension('jobs')
+
       -- required to get fzf-native working
       require('telescope').load_extension('fzf')
       require('telescope').load_extension('ui-select')