Replies: 1 comment
-
Hello Simon, I will answer regarding the vim part only. Sadly you cannot use any lsp of any kind in vim natively without any plugin. So I wrote the tutorial using the most popular lsp client plugins for vim. I could add links to the plugins installation instructions page, but not much more. If you wish to have native support of the lsp within vim, using neovim is the only alternative. To configure the copybook directories and extensions you should use the Once you have used the given configurations the lsp should start itself whenever you open a COBOL file. |
Beta Was this translation helpful? Give feedback.
-
We do have https://github.com/OCamlPro/superbol-studio-oss/wiki/SuperBOL-LSP but apart from the fact that it would be nice to have superbol-free binaries (you have them packaged in the vsix after all), so a local build is not needed: how to get started when neither coc nor vim-lsp are used (= think about a user that only knows vim in general).
And... shouldn't there be a configuration of copybook directories and extensions in the config?
So after this is setup: how to use it? (a link to a good explanation would be fine, too)
Beta Was this translation helpful? Give feedback.
All reactions