From 3f63c9f73199c0aaba8dd209db66956631cf1b02 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Mon, 2 Sep 2024 16:29:28 +0200 Subject: feat: Sync --- init.lua | 44 +++++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 21 deletions(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 8760687..4e78cd4 100644 --- a/init.lua +++ b/init.lua @@ -20,29 +20,31 @@ local add = mini_deps.add mini_deps.setup({ path = { package = path_package } }) +-- stylua: ignore start local pkgs = { - "folke/trouble.nvim", -- diagnostics - "mfussenegger/nvim-dap", -- add dap support - "nvim-neotest/nvim-nio", -- async support library - "nvim-lua/plenary.nvim", -- base lib - "nvim-telescope/telescope.nvim", -- telescope - "nvim-telescope/telescope-file-browser.nvim", -- telescope file browser - "TimUntersberger/neogit", -- magit - "f-person/git-blame.nvim", -- more git info - "echasnovski/mini.nvim", -- provides many things - "mhartington/formatter.nvim", -- provider formatter - "mfussenegger/nvim-lint", -- general linter - "nvim-treesitter/nvim-treesitter-context", -- show context of where it is at the code - "mbbill/undotree", -- keep track of undos - "simrat39/symbols-outline.nvim", -- symbols tree (lsp aware) - "caenrique/nvim-toggle-terminal", -- help with toggle from and to terminals [DEPRECATED] - "RRethy/vim-illuminate", -- hightlight use of the same word (lsp aware) - "sainnhe/edge", -- light theme - "ellisonleao/gruvbox.nvim", -- light theme - "williamboman/mason.nvim", -- manages many things - "williamboman/mason-lspconfig.nvim", -- glue mason and lspconfig - "neovim/nvim-lspconfig", -- lsp support + "folke/trouble.nvim", -- diagnostics + "mfussenegger/nvim-dap", -- add dap support + "nvim-neotest/nvim-nio", -- async support library + "nvim-lua/plenary.nvim", -- base lib + "nvim-telescope/telescope.nvim", -- telescope + "nvim-telescope/telescope-file-browser.nvim", -- telescope file browser + "TimUntersberger/neogit", -- magit + "f-person/git-blame.nvim", -- more git info + "echasnovski/mini.nvim", -- provides many things + "mhartington/formatter.nvim", -- provider formatter + "mfussenegger/nvim-lint", -- general linter + "nvim-treesitter/nvim-treesitter-context", -- show context of where it is at the code + "mbbill/undotree", -- keep track of undos + "simrat39/symbols-outline.nvim", -- symbols tree (lsp aware) + "caenrique/nvim-toggle-terminal", -- help with toggle from and to terminals [DEPRECATED] + "RRethy/vim-illuminate", -- hightlight use of the same word (lsp aware) + "sainnhe/edge", -- light theme + "ellisonleao/gruvbox.nvim", -- light theme + "williamboman/mason.nvim", -- manages many things + "williamboman/mason-lspconfig.nvim", -- glue mason and lspconfig + "neovim/nvim-lspconfig", -- lsp support } +-- stylua: ignore end add({ source = "nvim-treesitter/nvim-treesitter", -- cgit v1.2.3