1
0
Fork 0

Add cursorcolumn to helix

This commit is contained in:
Malte 2023-01-09 02:10:46 +01:00
parent 8e22a319fe
commit fc3df7b640

View file

@ -86,6 +86,7 @@ in {
lsp.display-messages = true;
indent-guides.render = true;
cursorline = true;
cursorcolumn = true;
cursor-shape = {
insert = "bar";
normal = "underline";