78 lines
1.6 KiB
JSON
78 lines
1.6 KiB
JSON
// Zed settings
|
|
//
|
|
// For information on how to configure Zed, see the Zed
|
|
// documentation: https://zed.dev/docs/configuring-zed
|
|
//
|
|
// To see all of Zed's default settings without changing your
|
|
// custom settings, run `zed: open default settings` from the
|
|
// command palette
|
|
{
|
|
"ssh_connections": [
|
|
{
|
|
"host": "rocm.pbsds.net",
|
|
"projects": [
|
|
{
|
|
"paths": ["~/ntnu/ifield"]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"telemetry": {
|
|
"metrics": false
|
|
},
|
|
"ui_font_size": 16,
|
|
"buffer_font_size": 17.0,
|
|
"theme": "Railscast",
|
|
"use_autoclose": false,
|
|
"ui_font_features": {
|
|
"calt": true // disable ligatures
|
|
},
|
|
"buffer_font_features": {
|
|
"calt": true // disable ligatures
|
|
// "font_family": "Cousine"
|
|
},
|
|
"seed_search_query_from_cursor": "selection",
|
|
"vertical_scroll_margin": 5,
|
|
"wrap_guides": [80],
|
|
"tabs": {
|
|
"file_icons": true
|
|
},
|
|
"indent_guides": {
|
|
// "coloring": "indent_aware"
|
|
// "coloring": "fixed"
|
|
"coloring": "disabled"
|
|
},
|
|
"project_panel": {
|
|
"indent_size": 10,
|
|
"indent_guides": {
|
|
"show": "never"
|
|
}
|
|
},
|
|
"auto_install_extensions": {
|
|
// "railcast": true,
|
|
"cython": true,
|
|
"docker-compose": true,
|
|
"dockerfile": true,
|
|
"glsl": true,
|
|
"graphviz": true,
|
|
"haskell": true,
|
|
"html": true,
|
|
"ini": true,
|
|
"java": true,
|
|
"jinja2": true,
|
|
"just": true,
|
|
"kotlin": true,
|
|
"latex": true,
|
|
"lua": true,
|
|
"make": true,
|
|
"neocmake": true,
|
|
"nix": true,
|
|
"pylsp": true,
|
|
"scala": true,
|
|
"toml": true,
|
|
"typst": true,
|
|
"verilog": true,
|
|
"vhdl": true
|
|
}
|
|
}
|