chore: fixed mason-lspconfig not adding mappings
This commit is contained in:
@@ -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 ()
|
||||
|
||||
Reference in New Issue
Block a user