mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2026-02-04 14:14:02 +01:00
4 lines
74 B
Lua
4 lines
74 B
Lua
|
|
local tel = require("telescope")
|
||
|
|
tel.setup({})
|
||
|
|
tel.load_extension("undo")
|