aboutsummaryrefslogtreecommitdiffhomepage
path: root/vim/lua/configs
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-06-24 23:04:14 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-06-24 23:04:14 +0800
commit5c0825e168139618b930a603b2321f35cec12d76 (patch)
treee1b8746c8611a5e798a42024e09ebf2bf278a95a /vim/lua/configs
parent11863aa710ab0626eb76648d101854a481664a34 (diff)
Update
Diffstat (limited to 'vim/lua/configs')
-rw-r--r--vim/lua/configs/telescope.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/lua/configs/telescope.lua b/vim/lua/configs/telescope.lua
index 73c64e5..60828e9 100644
--- a/vim/lua/configs/telescope.lua
+++ b/vim/lua/configs/telescope.lua
@@ -45,4 +45,7 @@ return {
45 }, 45 },
46 }, 46 },
47 }, 47 },
48 on_attach = function ()
49 require("telescope").load_extension("aerial")
50 end
48} 51}