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 {
|
||||
"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 {}
|
||||
|
|
|
|||
|
|
@ -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 {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue