Making a mess of CoC settings for ruff and clang

This commit is contained in:
Dan Buch 2024-09-06 14:01:34 -04:00
parent a337d579ec
commit 2e449c15bd
Signed by: meatballhat
GPG Key ID: A12F782281063434

View File

@ -28,6 +28,22 @@
"ignoredRootPaths": [
"~"
]
},
"ruff-lsp": {
"command": [
"ruff-lsp"
],
"filetypes": [
"python"
]
}
}
},
"pyright.enable": true,
"pyright.inlayHints.functionReturnTypes": true,
"pyright.inlayHints.variableTypes": true,
"pyright.organizeimports.provider": "ruff",
"pyright.testing.provider": "pytest",
"python.formatting.provider": "ruff",
"python.linting.ruffEnabled": true,
"clangd.path": "~/.config/coc/extensions/coc-clangd-data/install/17.0.3/clangd_17.0.3/bin/clangd"
}