helix: Force true-color. Added typescript package for LSP. Render whitespaces

This commit is contained in:
Giulio De Pasquale 2022-11-10 15:07:05 +01:00
parent 928a9a4456
commit a552cbda8d

View File

@ -12,6 +12,7 @@
[editor] [editor]
cursorline = true cursorline = true
true-color = true
[editor.cursor-shape] [editor.cursor-shape]
insert = "bar" insert = "bar"
@ -23,6 +24,9 @@
[editor.indent-guides] [editor.indent-guides]
render = true render = true
[editor.whitespace]
render = "all"
''; '';
packages = with pkgs.unstable; [ packages = with pkgs.unstable; [
@ -32,6 +36,7 @@
rnix-lsp rnix-lsp
python310Packages.python-lsp-server python310Packages.python-lsp-server
texlab texlab
nodePackages.typescript
]; ];
}; };
} }