chore: fixed mason-lspconfig not adding mappings

This commit is contained in:
Afonso Franco 2022-12-12 11:53:45 +00:00
parent ca59058816
commit 6a7ecec624
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4

View file

@ -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 ()