Cameron Ring

Results 21 issues of 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...

bug

- 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: ![Screenshot 2024-06-27 at 14 15 08](https://github.com/rmagatti/auto-session/assets/38429/c7c1789f-cd12-4d34-8e15-292a8208f313) But with this config: ```lua require('auto-session').setup({ auto_restore_enabled = true, auto_save_enabled = true, log_level...

bug

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...

bug

## 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...

integration: lutron
cla-signed
new-feature
Quality Scale: No score

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 ![tokyonight](https://github.com/user-attachments/assets/5923f5e3-6600-4d81-a83f-a9e34c0320e0)

So it works the same as PlenaryBustedDirectory. Supersedes #529