Skip to content

Instantly share code, notes, and snippets.

@VladislavTitov
Last active April 20, 2024 16:12
Show Gist options
  • Save VladislavTitov/da3792fe3efd77ba9e42e1d3130e2643 to your computer and use it in GitHub Desktop.
Save VladislavTitov/da3792fe3efd77ba9e42e1d3130e2643 to your computer and use it in GitHub Desktop.
My coc.nvim configuration
{
"diagnostic.displayByAle": true,
"pyright.enable": true,
"python.formatting.provider": "ruff",
"python.linting.ruffEnabled": true,
"pyright.organizeimports.provider": "isort",
"python.pythonPath": "/usr/bin/python3",
"languageserver": {
"python3": {
"coc.preferences.formatOnType": true,
"coc.preferences.formatOnSave": true
},
"kotlin": {
"command": "/opt/homebrew/opt/kotlin-language-server/bin/kotlin-language-server",
"filetypes": ["kotlin"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment