nixvimConfigs/fiesta/setups/lsp: remove lsp-format

It's more annoying than anything else, really and it can be set up with
hooks to be not as annoying.
This commit is contained in:
Gabriel Arazas 2024-10-30 19:12:12 +08:00
parent 14ec806170
commit 5a6aebda86
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -35,9 +35,6 @@ in
"<leader>k" = "goto_prev";
};
# Enable lsp-format
plugins.lsp-format.enable = true;
# Make those diagnostics fit the screen, GODDAMNIT!
plugins.lsp-lines.enable = true;
};