1
0
Fork 0

Add whitespace rendering to helix config

This commit is contained in:
Malte 2022-10-28 01:09:16 +02:00
parent 33cc29e078
commit a2cb75c524

View file

@ -28,6 +28,10 @@ in {
settings = {
theme = "catppuccin_latte";
editor = {
whitespace.render = {
space = "all";
tab = "all";
};
lsp.display-messages = true;
indent-guides.render = true;
cursorline = true;