mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2026-03-22 07:29:31 +01:00
3 lines
74 B
Lua
Executable file
3 lines
74 B
Lua
Executable file
local tel = require("telescope")
|
|
tel.setup({})
|
|
tel.load_extension("undo")
|