From e1f45c6bac70601246cef9c612e1ee4ab26c3242 Mon Sep 17 00:00:00 2001 From: zackartz Date: Wed, 20 Mar 2024 12:19:21 -0400 Subject: [PATCH] 242 current 2024-03-20 12:19:12 24.05.20240319.b06025f 6.8.0-zen1 * --- .../lua/plugins/lsp/mason-lspconfig.lua | 35 ++++++++++--------- .../vim/config/lua/plugins/lsp/mason.lua | 33 ++++++++--------- 2 files changed, 35 insertions(+), 33 deletions(-) diff --git a/modules/home-manager/vim/config/lua/plugins/lsp/mason-lspconfig.lua b/modules/home-manager/vim/config/lua/plugins/lsp/mason-lspconfig.lua index 92f624b..5e6c346 100644 --- a/modules/home-manager/vim/config/lua/plugins/lsp/mason-lspconfig.lua +++ b/modules/home-manager/vim/config/lua/plugins/lsp/mason-lspconfig.lua @@ -1,17 +1,18 @@ -return { - "williamboman/mason-lspconfig.nvim", - dependencies = { "neovim/nvim-lspconfig" }, - event = { "BufReadPost", "BufNewFile" }, - opts = { - handlers = require("lsp.handlers"), - ensure_installed = { - "rust_analyzer", - "tsserver", - "lua_ls", - "bashls", - "cssls", - "tailwindcss", - "jsonls", - }, - }, -} +-- return { +-- "williamboman/mason-lspconfig.nvim", +-- dependencies = { "neovim/nvim-lspconfig" }, +-- event = { "BufReadPost", "BufNewFile" }, +-- opts = { +-- handlers = require("lsp.handlers"), +-- ensure_installed = { +-- "rust_analyzer", +-- "tsserver", +-- "lua_ls", +-- "bashls", +-- "cssls", +-- "tailwindcss", +-- "jsonls", +-- }, +-- }, +-- } +return {} diff --git a/modules/home-manager/vim/config/lua/plugins/lsp/mason.lua b/modules/home-manager/vim/config/lua/plugins/lsp/mason.lua index e1fce43..583106e 100644 --- a/modules/home-manager/vim/config/lua/plugins/lsp/mason.lua +++ b/modules/home-manager/vim/config/lua/plugins/lsp/mason.lua @@ -1,16 +1,17 @@ -local icons = require("utils.icons").icons - -return { - "williamboman/mason.nvim", - build = ":MasonUpdate", - opts = { - ui = { - border = "rounded", - icons = { - package_installed = icons.Check, - package_pending = icons.Dots, - package_uninstalled = icons.Install, - }, - }, - }, -} +-- local icons = require("utils.icons").icons +-- +-- return { +-- "williamboman/mason.nvim", +-- build = ":MasonUpdate", +-- opts = { +-- ui = { +-- border = "rounded", +-- icons = { +-- package_installed = icons.Check, +-- package_pending = icons.Dots, +-- package_uninstalled = icons.Install, +-- }, +-- }, +-- }, +-- } +return {}