From 642effa12d71289173b144630e037851c07c303d Mon Sep 17 00:00:00 2001 From: Ilya Grigoryev Date: Mon, 2 Oct 2023 13:22:41 +0300 Subject: [PATCH] style(plugin_list) --- lua/core/plugin_list.lua | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/lua/core/plugin_list.lua b/lua/core/plugin_list.lua index c83d491..0176506 100644 --- a/lua/core/plugin_list.lua +++ b/lua/core/plugin_list.lua @@ -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", @@ -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 {