Commit Graph

15 Commits (d8a0537b7183591ba65c9a9b33c3bfd3a11cb98a)

Author SHA1 Message Date
Bryan d8a0537b71 WIP 2024-11-07 17:53:50 -06:00
Bryan b55a7581e4 WIP 2024-11-07 17:42:56 -06:00
Bryan ca6b7a4319 WIP 2024-11-07 17:17:53 -06:00
Bryan 4dea535dc6 WIP 2024-11-07 17:09:28 -06:00
Bryan 0fb63ea1ec WIP 2024-11-07 17:07:51 -06:00
Bryan 9d6a37551d WIP 2024-11-07 16:11:42 -06:00
Bryan 771eb5908f Work out bugs in telescope load session 2024-11-07 15:07:42 -06:00
Bryan 8bb6d15fe9 Rework. Selecting session from telescope saves current session and deletes current buffers before loading new session 2024-11-07 15:00:29 -06:00
Bryan 07fd86682f Use Session* events to fire post load/save events 2024-11-07 11:21:37 -06:00
Oli 22e17b07fb
refactor!: #145 restore simplicity to the plugin
Announcement in #145
2024-08-08 18:25:16 +01:00
Jurek Olden e50e0b65b0
fix: properly start a session from Telescope (#134)
Properly starts sessions loaded from another directory using Telescope.
Crucially, this version compares the working directory of the session, not
the working directory at the time of the session load, to the lists
of allowed and ignored directories.

Co-authored-by: Oli <olimorris@users.noreply.github.com>
2024-06-03 07:29:47 -07:00
olimorris ff261c2d22 feat: add copy session to Telescope actions 2023-12-20 12:45:11 +00:00
olimorris a1cc308580 feat: telescope add/update branch name 2023-12-18 23:46:57 +00:00
Dhruv Manilawala 0cdbc8a3fe
feat: mark active session in telescope, use `vim.fn.confirm` 2023-06-12 08:36:05 +01:00
Dhruv Manilawala f5d84ea6e1
fix: update telescope extension structure (#72)
Telescope extension folder structure is described here:
https://github.com/nvim-telescope/telescope.nvim/wiki/Extensions#extension-folder-structure

When `telescope.load_extension(<name>)` is done, the name is loaded from
path `telescope._extensions.<name>`. With the current structure, one
could do `telescope.load_extension('finders')` and then it will be
available to load through `Telescope finders` which will error

> Error executing Lua callback: ...share/nvim/lazy/telescope.nvim/lua/telescope/command.lua:193: attempt to call a nil value
> stack traceback:
>     ...share/nvim/lazy/telescope.nvim/lua/telescope/command.lua:193: in function 'run_command'
>     ...share/nvim/lazy/telescope.nvim/lua/telescope/command.lua:253: in function 'load_command'
>     ...ocal/share/nvim/lazy/telescope.nvim/plugin/telescope.lua:108: in function <...ocal/share/nvim/lazy/telescope.nvim/plugin/telescope.lua:107>
2023-06-11 21:51:26 +01:00