Update config/nyosic/settings.json
This commit is contained in:
parent
e82c28cae4
commit
b98dd35a22
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user