fixed mason-lspconfig not adding mappings
This commit is contained in:
parent
afd0619253
commit
10f142b98e
1 changed files with 1 additions and 5 deletions
|
@ -39,11 +39,7 @@ local plugins = packer.startup({function(use)
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
||||||
use { "williamboman/mason-lspconfig.nvim",
|
use {"williamboman/mason-lspconfig.nvim"}
|
||||||
config = function ()
|
|
||||||
require "plugins.mason-lspconfig"
|
|
||||||
end
|
|
||||||
}
|
|
||||||
|
|
||||||
use { "neovim/nvim-lspconfig",
|
use { "neovim/nvim-lspconfig",
|
||||||
config = function ()
|
config = function ()
|
||||||
|
|
Loading…
Add table
Reference in a new issue