aboutsummaryrefslogtreecommitdiff
path: root/lua/config/lsp.lua
diff options
context:
space:
mode:
authorTrey Bastian <hello@treybastian.com>2026-01-29 14:40:08 +0000
committerTrey Bastian <hello@treybastian.com>2026-01-29 14:40:08 +0000
commit2a6a6a6b0541ead63f3823a05d88c22c5e5b2d4b (patch)
tree3aa3efc22c907c01fe2bcba96d6303b084653e28 /lua/config/lsp.lua
parent08d676280ae36c4c936c0b420165fc25900dd470 (diff)
caved and brought mason back to my config
Diffstat (limited to 'lua/config/lsp.lua')
-rw-r--r--lua/config/lsp.lua5
1 files changed, 5 insertions, 0 deletions
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",