Disable cursor tab for markdown files

I want to disable cursor tab for markdown files. This is because while writing README cursor tab gets in the way. How to go about doing so?

Hey @hargup

You can do this by adding it to your settings. Here’s how I have it set up:

"cursor.cpp.disabledLanguages": ["plaintext", "markdown", "scminput"]

For people like me who were unaware, to edit your settings, hit Ctrl+Shift+P, type “settings json” and choose one of the settings. I edited my user settings.

Also, this only appears to work after the file is saved. New unsaved plaintext files still get Cursor Tab recommendations.