Added ES7 and React snippets from vscode
This commit is contained in:
parent
1a084438a4
commit
08814eaff9
9
init.lua
9
init.lua
|
@ -926,10 +926,15 @@ require('lazy').setup({
|
||||||
|
|
||||||
-- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua`
|
-- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua`
|
||||||
-- This is the easiest way to modularize your config.
|
-- This is the easiest way to modularize your config.
|
||||||
--
|
|
||||||
|
-- Adding ES7+ React/Redux/React-Native snippets from vscode as custom plugin
|
||||||
|
{
|
||||||
|
'dsznajder/vscode-es7-javascript-react-snippets',
|
||||||
|
build = 'yarn install --frozen-lockfile && yarn compile'
|
||||||
|
},
|
||||||
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
|
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
|
||||||
-- For additional information, see `:help lazy.nvim-lazy.nvim-structuring-your-plugins`
|
-- For additional information, see `:help lazy.nvim-lazy.nvim-structuring-your-plugins`
|
||||||
-- { import = 'custom.plugins' },
|
{ import = 'custom.plugins' },
|
||||||
}, {
|
}, {
|
||||||
ui = {
|
ui = {
|
||||||
-- If you are using a Nerd Font: set icons to an empty table which will use the
|
-- If you are using a Nerd Font: set icons to an empty table which will use the
|
||||||
|
|
Loading…
Reference in New Issue