Louis Nguyen

Results 3 comments of Louis Nguyen

Here is my [config](https://github.com/rjl18nv/dotfiles/blob/master/nvim/lua/plugins/dashboard.lua) ![Screen Shot 2021-08-28 at 17 59 16](https://user-images.githubusercontent.com/40130936/131215840-c686abed-9bd0-4dd0-8fe3-b823be5804c2.png)

this one working fine with me ```js import components from './react/**/**.tsx'; let componentsContext = {}; components.forEach(component => { const name = Object.keys(component)[0]; componentsContext[name] = component[name]; }); ReactRailsUJS.getConstructor = name =>...

I raised a PR here for fixing https://github.com/phaazon/hop.nvim/pull/350