mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
ecode: Started working on the LSP plugin. Some minor refactor. Fixed "Editor Font Size". Fixed Formatter and Linter in single thread mode.
8 lines
93 B
C++
8 lines
93 B
C++
#include "lspclient.hpp"
|
|
|
|
namespace ecode {
|
|
|
|
LSPClient::LSPClient() {}
|
|
|
|
} // namespace ecode
|