mellifluous.nvim icon indicating copy to clipboard operation
mellifluous.nvim copied to clipboard

Something should be done about recommended plugin setups

Open ramojus opened this issue 10 months ago • 2 comments

We should either add a section for recommended plugin setups or add an option to mellifluous to enable custom predefined plugin setups (I have some work in progress - we could setup the plugins on LazyLoad event, which is called for every newly loaded plugin (and in the future add more events to support other plugin managers)) - that could be a nightmare to maintain though...

At least two plugins currently need this:

  • fzf-lua, to set fzf_colors to true.
  • dap-ui, to disable cursorline on inactive windows (setup some autocmds). Also, if laststatus == 2, perhaps there is a way to disable statusline for dap-ui windows? It looks quite cluttered with so many statuslines.

ramojus avatar Apr 16 '25 19:04 ramojus