Breaking change : easen up custom lspconfig setup

before we were using variables/fields to setup custom lspconfig but today I realized that we dont even need that, we can just modify default lspconfigs config
This commit is contained in:
siduck 2022-07-24 10:45:14 +00:00
parent 2b55f9bb78
commit 26fc9b5a6c
3 changed files with 6 additions and 17 deletions

View file

@ -23,11 +23,6 @@ M.plugins = {
override = {},
remove = {},
user = {},
options = {
lspconfig = {
setup_lspconf = "", -- path of lspconfig file
},
},
}
-- check core.mappings for table structure