There was an error while loading. Please reload this page.
1 parent c204c72 commit 3a3c8aeCopy full SHA for 3a3c8ae
1 file changed
modules/default.nix
@@ -202,6 +202,17 @@ in {
202
cssls = {
203
enable = true;
204
filetypes = ["css" "scss"];
205
+ onAttach.function =
206
+ /*
207
+ lua
208
+ */
209
+ ''
210
+ function(client, bufnr)
211
+ client.server_capabilities.documentFormattingProvider = false
212
+ client.server_capabilities.documentRangeFormattingProvider = false
213
+ client.server_capabilities.documentOnTypeFormattingProvider = false
214
+ end
215
+ '';
216
};
217
julials = {
218
0 commit comments