From f13d4744354684c3258f56dab94f4387b89fa777 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Thu, 30 Oct 2025 16:31:38 +0100 Subject: Migrate to vim.lsp and removed unused package Nix+Home-manager makes mason obsolete. --- lua/gabrielgio/lazy.lua | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'lua/gabrielgio/lazy.lua') diff --git a/lua/gabrielgio/lazy.lua b/lua/gabrielgio/lazy.lua index 03e68d1..77762b1 100644 --- a/lua/gabrielgio/lazy.lua +++ b/lua/gabrielgio/lazy.lua @@ -1,23 +1,7 @@ -- this file is an amalgamation of configurations that don't have its own -- config file and will be lazily loaded require("gitblame").setup() -require("neogit").setup() -require("mason").setup() require("treesitter-context").setup() -require("mason-lspconfig").setup({ - ensure_installed = { - "cssls", - "emmet_ls", - -- "gopls", - "html", - "lua_ls", - "pylsp", - "rust_analyzer", - "tsserver", - "zls", - -- "clangd" not working on alpine - }, -}) vim.diagnostic.config({ signs = { -- cgit v1.2.3