From 2a6a6a6b0541ead63f3823a05d88c22c5e5b2d4b Mon Sep 17 00:00:00 2001 From: Trey Bastian Date: Thu, 29 Jan 2026 14:40:08 +0000 Subject: caved and brought mason back to my config --- lua/config/lsp.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lua/config/lsp.lua') diff --git a/lua/config/lsp.lua b/lua/config/lsp.lua index dc5ddbd..51ed5ec 100644 --- a/lua/config/lsp.lua +++ b/lua/config/lsp.lua @@ -2,8 +2,13 @@ vim.pack.add({ { src = "https://github.com/saghen/blink.cmp", version = vim.version.range("*") }, "https://github.com/neovim/nvim-lspconfig", "https://github.com/rafamadriz/friendly-snippets", + "https://github.com/mason-org/mason-lspconfig.nvim", + "https://github.com/mason-org/mason.nvim", }) +require("mason").setup() +require("mason-lspconfig").setup() + vim.lsp.enable({ "bashls", "lua_ls", -- cgit v1.2.3