mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
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:
parent
14ec806170
commit
5a6aebda86
@ -35,9 +35,6 @@ in
|
|||||||
"<leader>k" = "goto_prev";
|
"<leader>k" = "goto_prev";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable lsp-format
|
|
||||||
plugins.lsp-format.enable = true;
|
|
||||||
|
|
||||||
# Make those diagnostics fit the screen, GODDAMNIT!
|
# Make those diagnostics fit the screen, GODDAMNIT!
|
||||||
plugins.lsp-lines.enable = true;
|
plugins.lsp-lines.enable = true;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user