mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-29 18:38:15 +00:00
[zed] Update settings
This commit is contained in:
@@ -54,7 +54,6 @@
|
||||
},
|
||||
"buffer_font_family": "JetBrains Mono",
|
||||
"file_types": {
|
||||
"yaml": ["services"],
|
||||
"rust": ["*.rs"],
|
||||
"Ansible": [
|
||||
"**.ansible.yml",
|
||||
@@ -84,6 +83,7 @@
|
||||
},
|
||||
"languages": {
|
||||
"Python": {
|
||||
"tab_size": 4,
|
||||
"language_servers": ["ty", "ruff", "!basedpyright"],
|
||||
},
|
||||
"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