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