mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-30 02:48:15 +00:00
[zed] Update settings
This commit is contained in:
@@ -54,7 +54,6 @@
|
|||||||
},
|
},
|
||||||
"buffer_font_family": "JetBrains Mono",
|
"buffer_font_family": "JetBrains Mono",
|
||||||
"file_types": {
|
"file_types": {
|
||||||
"yaml": ["services"],
|
|
||||||
"rust": ["*.rs"],
|
"rust": ["*.rs"],
|
||||||
"Ansible": [
|
"Ansible": [
|
||||||
"**.ansible.yml",
|
"**.ansible.yml",
|
||||||
@@ -84,6 +83,7 @@
|
|||||||
},
|
},
|
||||||
"languages": {
|
"languages": {
|
||||||
"Python": {
|
"Python": {
|
||||||
|
"tab_size": 4,
|
||||||
"language_servers": ["ty", "ruff", "!basedpyright"],
|
"language_servers": ["ty", "ruff", "!basedpyright"],
|
||||||
},
|
},
|
||||||
"Shell Script": {
|
"Shell Script": {
|
||||||
@@ -123,4 +123,30 @@
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
"file_scan_exclusions": [
|
||||||
|
"**/.git",
|
||||||
|
"**/.svn",
|
||||||
|
"**/.hg",
|
||||||
|
"**/.jj",
|
||||||
|
"**/CVS",
|
||||||
|
"**/.coverage",
|
||||||
|
"**/.DS_Store",
|
||||||
|
"**/Thumbs.db",
|
||||||
|
"**/.classpath",
|
||||||
|
"**/.settings",
|
||||||
|
"**/.idea",
|
||||||
|
"**/.vscode",
|
||||||
|
"**/.nuxt",
|
||||||
|
"**/.output",
|
||||||
|
"**/node_modules",
|
||||||
|
"**/dist",
|
||||||
|
"**/.mypy_cache",
|
||||||
|
"**/.ropeproject",
|
||||||
|
"**/.ruff_cache",
|
||||||
|
"**/.pytest_cache",
|
||||||
|
"**/*.egg-info",
|
||||||
|
"**/.venv",
|
||||||
|
"**/venv",
|
||||||
|
"**/.venv*",
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user