Re: Tab completion using neovim

2023-01-21 Thread Alain De Vos via Digitalmars-d-learn
``` call dutyl#register#tool('dcd-client','dcd-client') call dutyl#register#tool('dcd-server','dcd-server') call deoplete#custom#option('auto_complete_delay',200) ```

Re: Tab completion using neovim

2023-01-21 Thread Alain De Vos via Digitalmars-d-learn
I managed after some tuning. cat coc-settings.json ``` { "languageserver": { "d": { "command": "/usr/home/x/serve-d/serve-d", "filetypes": ["d"], "trace.server": "on", "r

Re: Tab completion using neovim

2023-01-21 Thread Sergey via Digitalmars-d-learn
On Saturday, 21 January 2023 at 13:17:44 UTC, Alain De Vos wrote: Let's say i write "write" press tab in neovim i want it to guess "writeln". How to configure neovim for this. [ Note "ncm2" lets my neovim crash. But maybe there are alternatives ] [ vscode is not an option as compiling electron