From 5086b1d4be9afd6c6f9a25507a0bee612c889301 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Tue, 18 Feb 2025 16:47:24 +0100 Subject: feat: Sync --- init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index c3db086..31169fc 100644 --- a/init.lua +++ b/init.lua @@ -39,13 +39,14 @@ local pkgs = { "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] + "akinsho/toggleterm.nvim", -- terminal "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 -- cgit v1.2.3