pratik
pratik
## Reporting a bug ### Steps to reproduce: - `vim -u min.vim` - `FloatermNew` to create a floating terminal - Enter normal mode and `FloatermToggle` to hide the newly created...
Hi, Thanks for your work on this. I am facing a compile error while building the database which crashes the process for a javascript and typescript project. any pointers on...
I tried adding eslint language server as below but it seems not supported yet. ``` let lspServers = [ \ { \ 'filetype': ['javascript', 'typescript', 'javascriptreact'], \ 'path': 'path/to/typescript-language-server', \...
When I run `dap-debug` and select a configuration template, I see `Debug session process exited with status: exited abnormally with code 1` as an echo message. The configuration I am...