Open zfogg opened 10 months ago
I usually override the builtin plugins by adding a lua file in the plugins folder named after the plugin with my overrides like this: https://github.com/briandipalma/iac/blob/main/dotfiles/nvim/lua/plugins/mini-animate.lua
It's always worked for me so far.
would you mind trying this one to see if you can get it to work? i can't get it to work unless i turn on '*' version in lazy.nvim lol
my example will reproduce it and you'll see that ,
and ;
don't get remapped properly :(
i can't get the flash.nvim plugin to override its config for some reason with the default starter clone
here's something to reproduce it.
my overrides actually DO work if i first set
defaults.version = '*'
in the lazy spec, and then update all my plugins. but then i get a lot of other issues like slowness in the UI when i restart nvim.. keepingdefaults.version = false
is the right move but how can i get flash.nvim overrides working without doing that?disabling flash.nvim works nicely, but i want to use it