prabirshrestha / vim-lsp

async language server protocol plugin for vim and neovim
MIT License
3.13k stars 305 forks source link

infinity loop whit any LSP C #1508

Closed nda-cunh closed 11 months ago

nda-cunh commented 11 months ago

i have test with ccls and clang the bug is only on vim-lsp

int main()
{   
    return (0);
    youpy()
}

I dont know why but this code have a infinit-loop

nda-cunh commented 11 months ago

i found the cause i close it has nothing to do with vim-lsp sorry