diff options
| author | Gabriel A. Giovanini <g.giovanini@gridx.de> | 2025-10-16 17:29:12 +0200 |
|---|---|---|
| committer | Gabriel A. Giovanini <g.giovanini@gridx.de> | 2025-10-16 17:29:12 +0200 |
| commit | aac0e96aee64454f30032ee9ceb39ce0066b566d (patch) | |
| tree | 127f57240f706f36e1b02b15534ce4d7d27de078 /lua/gabrielgio/lazy.lua | |
| parent | e1a6a6ac3799687bb44ca61799655e004bfb9899 (diff) | |
| download | gabrielgio.lua-aac0e96aee64454f30032ee9ceb39ce0066b566d.tar.gz gabrielgio.lua-aac0e96aee64454f30032ee9ceb39ce0066b566d.tar.bz2 gabrielgio.lua-aac0e96aee64454f30032ee9ceb39ce0066b566d.zip | |
Update some go shortcut
Diffstat (limited to 'lua/gabrielgio/lazy.lua')
| -rw-r--r-- | lua/gabrielgio/lazy.lua | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lua/gabrielgio/lazy.lua b/lua/gabrielgio/lazy.lua index 1354b76..e8b76cc 100644 --- a/lua/gabrielgio/lazy.lua +++ b/lua/gabrielgio/lazy.lua @@ -3,17 +3,19 @@ require("gitblame").setup() require("neogit").setup() require("mason").setup() +require("nvim-dap-virtual-text").setup() +require("treesitter-context").setup() require("mason-lspconfig").setup({ ensure_installed = { "cssls", "emmet_ls", - "gopls", + -- "gopls", "html", "lua_ls", "pylsp", "rust_analyzer", "tsserver", "zls", - -- "clangd" not working on alpine + -- "clangd" not working on alpine }, }) |
