changes
This commit is contained in:
@@ -13,7 +13,8 @@ return {
|
||||
"lua_ls",
|
||||
"ts_ls",
|
||||
"jsonls",
|
||||
"pylsp"
|
||||
"pylsp",
|
||||
"angularls"
|
||||
|
||||
}
|
||||
})
|
||||
@@ -45,6 +46,9 @@ return {
|
||||
vim.lsp.config['pylsp']={
|
||||
vim.lsp.enable('pylsp')
|
||||
}
|
||||
vim.lsp.config['angularls']={
|
||||
vim.lsp.enable('angularls')
|
||||
}
|
||||
|
||||
end
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user