File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -926,10 +926,15 @@ require('lazy').setup({
926926
927927 -- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua`
928928 -- This is the easiest way to modularize your config.
929- --
929+
930+ -- Adding ES7+ React/Redux/React-Native snippets from vscode as custom plugin
931+ {
932+ ' dsznajder/vscode-es7-javascript-react-snippets' ,
933+ build = ' yarn install --frozen-lockfile && yarn compile'
934+ },
930935 -- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
931936 -- For additional information, see `:help lazy.nvim-lazy.nvim-structuring-your-plugins`
932- -- { import = 'custom.plugins' },
937+ { import = ' custom.plugins' },
933938}, {
934939 ui = {
935940 -- If you are using a Nerd Font: set icons to an empty table which will use the
You can’t perform that action at this time.
0 commit comments