Update config/nyosic/settings.json

This commit is contained in:
Sebastian Ranoszek 2025-02-09 22:13:15 +00:00
parent e82c28cae4
commit b98dd35a22

View File

@ -11,7 +11,7 @@
"icon_theme": "Material Icon Theme", "icon_theme": "Material Icon Theme",
"vim_mode": false, "vim_mode": false,
"base_keymap": "VSCode", "base_keymap": "VSCode",
"ui_f.ont_size": 16, "ui_font_size": 16,
"buffer_font_size": 15.0, "buffer_font_size": 15.0,
"edit_prediction_provider": "zed", "edit_prediction_provider": "zed",
"application_id": "1263505205522337886", "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 ----- // EXTENSION AUTO INSTALL -----
"auto_install_extensions": { "auto_install_extensions": {
"csv": true, "csv": true,