Valter Sundström

Results 7 comments of Valter Sundström

Yeah, this doesn't work for me either, and I'm not sure why right now. But, when searching for something that you copied from somewhere else, I believe a normal search...

The keyboard shortcut `ctrl-a` should change listing to include hidden files and folders. The list of default hidden extensions is here: https://github.com/ggVGc/fzf_browser/blob/master/fzf_browser.sh#L18 At some point it should be configurable, but...

Not sure i understand, but either way I don't think it has much to do with this plugin? Fuzzysearch doesn't let you use regex, and is meant as a very...

Thanks for giving it a try! I haven't tried the plugin in neovim myself, but there's some differences in how `!` works, which might be the issue. I think this...

I think this is a very useful and much needed feature. After using MS for a few days, I have already come across several instances where I would have wanted...

I also just ran into this, and found this solution. Any reason to not bring it in @tpope?

I believe I have another example case of this issue. Config: ``` rules = [ OrganizeImports, RemoveUnused ] OrganizeImports.groupedImports = Merge OrganizeImports.removeUnused = true OrganizeImports.targetDialect = Scala3 ``` This import...