Skip to content

Commit

Permalink
style(plugin_list)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-grigoriev committed Oct 2, 2023
1 parent 43edb9c commit 642effa
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions lua/core/plugin_list.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ return {
"williamboman/mason.nvim",
"williamboman/mason-lspconfig.nvim",
},
{ "folke/neodev.nvim", opts = {} },
{
"folke/neodev.nvim",
opts = {}
},

{
"ray-x/lsp_signature.nvim",
Expand Down Expand Up @@ -52,14 +55,17 @@ return {
},

-- Snippets
{ "L3MON4D3/LuaSnip", run = "make install_jsregexp" },
{
"L3MON4D3/LuaSnip",
run = "make install_jsregexp"
},
{
'rafamadriz/friendly-snippets',
'saadparwaiz1/cmp_luasnip',
},

-- Treesitter
{ 'nvim-treesitter/nvim-treesitter' },
{ "nvim-treesitter/nvim-treesitter", build = ":TSUpdate", },

-- Fzf
{
Expand Down

0 comments on commit 642effa

Please sign in to comment.