initial commit
This commit is contained in:
23
lua/plugins/mason.lua
Normal file
23
lua/plugins/mason.lua
Normal file
@@ -0,0 +1,23 @@
|
||||
return {
|
||||
"mason-org/mason-lspconfig.nvim",
|
||||
opts = {
|
||||
automatic_enable = true,
|
||||
},
|
||||
dependencies = {
|
||||
{
|
||||
"mason-org/mason.nvim",
|
||||
opts = {
|
||||
ui = {
|
||||
icons = {
|
||||
package_installed = "✓",
|
||||
package_pending = "➜",
|
||||
package_uninstalled = "✗",
|
||||
},
|
||||
},
|
||||
},
|
||||
lazy = false,
|
||||
},
|
||||
"neovim/nvim-lspconfig",
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user