Cameron Ring
Cameron Ring
Do you know if buftypes_to_ignore is functional? I'm able to see the code in session-lens/actions.lua not close a buffer of a type i set to ignore (e.g. terminal) but that...
- Add a lazy config block at the top to get most ppl going quickly - Moved showing session name in Lualine lower down so it's not in the middle...
The docs seem to say yes, cwd_change_handling is enabled by default:  But with this config: ```lua require('auto-session').setup({ auto_restore_enabled = true, auto_save_enabled = true, log_level...
Fixes #304 Also fixed typo `alloweded_dirs` in config.lua (same as #361 361)
ipairs won't find find all results if entry_maker happens to return nil for a line. # Description Fixing Pickers:delete_selection so it finds all results even if entry_maker returns nil Fixes...
### Description `Picker:delete_selection` uses `ipairs` to iterate over the `finder.results`: https://github.com/nvim-telescope/telescope.nvim/blob/5972437de807c3bc101565175da66a1aa4f8707a/lua/telescope/pickers.lua#L836-L840 If the `entry_maker` for a one shot job returns nil for one of the lines, it makes the indices...
## Proposed change Make the default dim setting user configurable as requested in issue #122805 On docs, I'll submit a doc PR assuming this change looks ok. On tests, the...
Should only impact manually named sessions, making them work more how I think people would expect them to work. If you're using a manually named session (either through ':SessionSave mysession',...
## Description Took a shot at creating a Tokyonight theme for `eza`. ## Related Issue(s) ## Screenshots 
So it works the same as PlenaryBustedDirectory. Supersedes #529