aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorGabriel A. Giovanini <g.giovanini@gridx.de>2024-08-20 10:20:11 +0200
committerGabriel A. Giovanini <g.giovanini@gridx.de>2024-08-20 10:20:11 +0200
commita89408d1302e8d5c0216041a1e25a226696608e6 (patch)
treee29f3c0ef8cf7a8dd4c82731d0342bce55acdaa5 /init.lua
parentdfe730b889915e33af1d3da810b13aa9d1d4253c (diff)
downloadgabrielgio.lua-a89408d1302e8d5c0216041a1e25a226696608e6.tar.gz
gabrielgio.lua-a89408d1302e8d5c0216041a1e25a226696608e6.tar.bz2
gabrielgio.lua-a89408d1302e8d5c0216041a1e25a226696608e6.zip
feat: Sync
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 24f4062..524e006 100644
--- a/init.lua
+++ b/init.lua
@@ -25,7 +25,8 @@ local pkgs = {
"nvim-telescope/telescope-file-browser.nvim", -- telescope file browser
"TimUntersberger/neogit", -- magit
"echasnovski/mini.nvim", -- provides many things
- "jose-elias-alvarez/null-ls.nvim", -- enriches lsp
+ "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)
@@ -34,6 +35,7 @@ local pkgs = {
"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
}