Skip to content

Commit 08814ea

Browse files
author
Naphtali Odinakachi
committed
Added ES7 and React snippets from vscode
1 parent 1a08443 commit 08814ea

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

init.lua

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)