Making a mess of CoC settings for ruff and clang

main
Dan Buch 2 weeks ago
parent a337d579ec
commit 2e449c15bd
Signed by: meatballhat
GPG Key ID: A12F782281063434

@ -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"
}

Loading…
Cancel
Save