Allow configuring lsp server list

This commit is contained in:
Zachary Yedidia
2020-08-13 13:06:37 -04:00
parent a26dd63d93
commit 3821a7a075
3 changed files with 26 additions and 7 deletions

View File

@@ -253,6 +253,11 @@ func main() {
screen.TermMessage(err)
}
err = lsp.Init()
if err != nil {
screen.TermMessage(err)
}
// flag options
for k, v := range optionFlags {
if *v != "" {