We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a988a9 commit f2ed66fCopy full SHA for f2ed66f
docs/guide/getting_started.md
@@ -101,6 +101,15 @@ lua << EOF
101
EOF
102
```
103
104
+#### Theme Troubleshooting
105
+If you find that your colorscheme appears correctly for a second and then
106
+changes to not having full highlighting, you'll need to disable semantic
107
+highlighting.
108
+Add this line to the `on_attach` function.
109
+```lua
110
+client.server_capabilities.semanticTokensProvider = nil
111
+```
112
+
113
#### Configure Additional Settings
114
To further configure the server, you can supply settings to the setup table.
115
For example, you can set the code formatting preset to one true brace style
0 commit comments