This website requires JavaScript.
Explore
Help
Sign In
tigor
/
nvim
Watch
1
Star
0
Fork
You've already forked nvim
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
bd1d53dbc8
nvim
/
lua
/
plugins
/
mason.lua
15 lines
210 B
Lua
Raw
Normal View
History
Unescape
Escape
mason: disabled in favor of lazy-lsp
2024-08-12 17:06:01 +07:00
return
{
nvim: removed dap
2024-11-15 21:49:51 +07:00
{
"
mason.nvim
"
,
enabled
=
false
,
}
,
{
"
mason-nvim-dap.nvim
"
,
enabled
=
false
,
}
,
{
"
mason-lspconfig.nvim
"
,
enabled
=
false
,
}
,
mason: disabled in favor of lazy-lsp
2024-08-12 17:06:01 +07:00
}
Reference in a new issue
Copy permalink