From b98dd35a22c4cff6e72468993eb23b6e1afbf68e Mon Sep 17 00:00:00 2001 From: Sebastian Ranoszek Date: Sun, 9 Feb 2025 22:13:15 +0000 Subject: [PATCH] Update config/nyosic/settings.json --- config/nyosic/settings.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/config/nyosic/settings.json b/config/nyosic/settings.json index bee847d..511e081 100644 --- a/config/nyosic/settings.json +++ b/config/nyosic/settings.json @@ -11,7 +11,7 @@ "icon_theme": "Material Icon Theme", "vim_mode": false, "base_keymap": "VSCode", - "ui_f.ont_size": 16, + "ui_font_size": 16, "buffer_font_size": 15.0, "edit_prediction_provider": "zed", "application_id": "1263505205522337886", @@ -88,6 +88,20 @@ } }, + // SCLS(Simple-Completion-Language-Server) CONFIG + "lsp": { + "scls": { + "initialization_options": { + "max_completion_items": 6, // set max completion results len for each group: words, snippets, unicode-input + "feature_words": false, // enable completion by word + "feature_unicode_input": false, // enable "unicode input" + "snippets_first": true, // completions will return before snippets by default + "feature_snippets": true, // enable snippets + "feature_paths": true // enable path completion + } + } + }, + // EXTENSION AUTO INSTALL ----- "auto_install_extensions": { "csv": true,