Yifan Hu

Results 36 comments of Yifan Hu

The same issue also appears with other non-default sorters. Maybe we should wait for an upstream fix.

For reference, the telescope dev team has fixed this issue for `fzf-native` in https://github.com/nvim-telescope/telescope.nvim/pull/2922. I think if the `highlighter` function is consistent with `fzf-native`, we are good.

I don't think multi-session management fits the purpose of this plugin, as it is a minimal wrapper for Vim's built-in session management routines. If we wand a feature-rich session manager,...

Assuming we use `lazy.nvim` to manage plugins, a workaround for this issue is to set `lazy = false` for cutlass.

@gbprod Here is a minimal `init.lua`. Run with `nvim -u init.lua` with Neovim v0.9.4 on macOS, and `cutlass.nvim` works as expected. ```lua local root = vim.fn.fnamemodify('./.repro', ':p') for _, name...

> `` will become a normal space That's a separate issue. With the config above, `` is the default key `\`.

A comment will do. The bot will remove stale label next time it runs.

> ... Vim discourages plugins from altering window layouts in autocommands or even timers. > ... removing the auto-close feature to suppress the error message Sounds good. Changing window layout...

I don't think this PR will pass the awesome linter.