voldikss / coc-extensions

🌸 Collections of coc.nvim extensions maintained by @voldikss
122 stars 6 forks source link

use neocmakelsp format to replace cmake-format? #133

Closed Freed-Wu closed 5 months ago

Freed-Wu commented 5 months ago

neocmakelsp support formmat.

And

  if (!(await checkCommand(getConfig<string>('cmakePath')))) {
    window.showInformationMessage(
      'Install cmake or specify its path using `cmake.cmakePath`.',
      'error',
    )
    return
  }

~Looks like unnecessary? Edit cmake only need a language server, we can edit cmake in PC and build in server.~

neocmakelsp looks like need cmake.

Freed-Wu commented 5 months ago

OK, it will use neocmakelsp to format when neocmakelsp is installed.