diff options
author | Gabriel A. Giovanini <g.giovanini@gridx.de> | 2025-02-18 16:47:24 +0100 |
---|---|---|
committer | Gabriel A. Giovanini <g.giovanini@gridx.de> | 2025-02-18 16:47:24 +0100 |
commit | 5086b1d4be9afd6c6f9a25507a0bee612c889301 (patch) | |
tree | 084043f1e9e38e997e8e170c4a3b7adef5dc49b9 /init.lua | |
parent | 47fc214cd176d5244533de34a0f85aaeccd0d17e (diff) | |
download | gabrielgio.lua-5086b1d4be9afd6c6f9a25507a0bee612c889301.tar.gz gabrielgio.lua-5086b1d4be9afd6c6f9a25507a0bee612c889301.tar.bz2 gabrielgio.lua-5086b1d4be9afd6c6f9a25507a0bee612c889301.zip |
feat: Sync
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |