diff options
| author | Trey Bastian <hello@treybastian.com> | 2026-01-29 14:40:08 +0000 |
|---|---|---|
| committer | Trey Bastian <hello@treybastian.com> | 2026-01-29 14:40:08 +0000 |
| commit | 2a6a6a6b0541ead63f3823a05d88c22c5e5b2d4b (patch) | |
| tree | 3aa3efc22c907c01fe2bcba96d6303b084653e28 /lua/config/lsp.lua | |
| parent | 08d676280ae36c4c936c0b420165fc25900dd470 (diff) | |
caved and brought mason back to my config
Diffstat (limited to 'lua/config/lsp.lua')
| -rw-r--r-- | lua/config/lsp.lua | 5 |
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", |
