First completion level is working (LSP connected)
This commit is contained in:
@@ -14,6 +14,13 @@
|
||||
#define SPACE "\x20"
|
||||
#define APP_DEBUG
|
||||
|
||||
#define COMPLETION_MAX_ITEMS 16
|
||||
#define COMPLETION_MAX_WIDTH 40
|
||||
#define COMPLETION_POPUP_H 8 // max visible rows
|
||||
#define DIAG_MAX 128
|
||||
|
||||
#define GUTTER_WIDTH 2
|
||||
|
||||
enum editorKey_e {
|
||||
BACKSPACE = 127,
|
||||
ARROW_LEFT = 1000,
|
||||
|
||||
Reference in New Issue
Block a user