dotfiles-mirror/config/nvim/lua/plugins/telescope/init.lua
coast 78e2285e54 Big nvim changes, change theme to catppuccin mocha on waybar, sway, and
mako, and move etc/ files to /, removing etc
2025-11-01 21:01:51 +03:30

3 lines
74 B
Lua

local tel = require("telescope")
tel.setup({})
tel.load_extension("undo")