242 current 2024-03-20 12:19:12 24.05.20240319.b06025f 6.8.0-zen1 *
This commit is contained in:
parent
7210612651
commit
e1f45c6bac
2 changed files with 35 additions and 33 deletions
|
|
@ -1,17 +1,18 @@
|
||||||
return {
|
-- return {
|
||||||
"williamboman/mason-lspconfig.nvim",
|
-- "williamboman/mason-lspconfig.nvim",
|
||||||
dependencies = { "neovim/nvim-lspconfig" },
|
-- dependencies = { "neovim/nvim-lspconfig" },
|
||||||
event = { "BufReadPost", "BufNewFile" },
|
-- event = { "BufReadPost", "BufNewFile" },
|
||||||
opts = {
|
-- opts = {
|
||||||
handlers = require("lsp.handlers"),
|
-- handlers = require("lsp.handlers"),
|
||||||
ensure_installed = {
|
-- ensure_installed = {
|
||||||
"rust_analyzer",
|
-- "rust_analyzer",
|
||||||
"tsserver",
|
-- "tsserver",
|
||||||
"lua_ls",
|
-- "lua_ls",
|
||||||
"bashls",
|
-- "bashls",
|
||||||
"cssls",
|
-- "cssls",
|
||||||
"tailwindcss",
|
-- "tailwindcss",
|
||||||
"jsonls",
|
-- "jsonls",
|
||||||
},
|
-- },
|
||||||
},
|
-- },
|
||||||
}
|
-- }
|
||||||
|
return {}
|
||||||
|
|
|
||||||
|
|
@ -1,16 +1,17 @@
|
||||||
local icons = require("utils.icons").icons
|
-- local icons = require("utils.icons").icons
|
||||||
|
--
|
||||||
return {
|
-- return {
|
||||||
"williamboman/mason.nvim",
|
-- "williamboman/mason.nvim",
|
||||||
build = ":MasonUpdate",
|
-- build = ":MasonUpdate",
|
||||||
opts = {
|
-- opts = {
|
||||||
ui = {
|
-- ui = {
|
||||||
border = "rounded",
|
-- border = "rounded",
|
||||||
icons = {
|
-- icons = {
|
||||||
package_installed = icons.Check,
|
-- package_installed = icons.Check,
|
||||||
package_pending = icons.Dots,
|
-- package_pending = icons.Dots,
|
||||||
package_uninstalled = icons.Install,
|
-- package_uninstalled = icons.Install,
|
||||||
},
|
-- },
|
||||||
},
|
-- },
|
||||||
},
|
-- },
|
||||||
}
|
-- }
|
||||||
|
return {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue