Update .config/nvim/lua/plugin/01_lsp.lua
This commit is contained in:
parent
55350b2187
commit
ebcdbdd8b0
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ return {
|
||||||
{
|
{
|
||||||
"mason-org/mason-lspconfig.nvim",
|
"mason-org/mason-lspconfig.nvim",
|
||||||
opts = {
|
opts = {
|
||||||
ensure_installed = { "copilot" },
|
ensure_installed = {},
|
||||||
},
|
},
|
||||||
dependencies = {
|
dependencies = {
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue