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
|
||||
}
|
||||
|
||||
use { "williamboman/mason-lspconfig.nvim",
|
||||
config = function ()
|
||||
require "plugins.mason-lspconfig"
|
||||
end
|
||||
}
|
||||
use {"williamboman/mason-lspconfig.nvim"}
|
||||
|
||||
use { "neovim/nvim-lspconfig",
|
||||
config = function ()
|
||||
|
|
Loading…
Add table
Reference in a new issue