mirror of
https://github.com/ItsDrike/nixdots
synced 2024-12-25 17:54:35 +00:00
Update helix config
This commit is contained in:
parent
c00134da1c
commit
ebefce894a
|
@ -6,8 +6,15 @@
|
||||||
theme = "tokyonight";
|
theme = "tokyonight";
|
||||||
editor = {
|
editor = {
|
||||||
line-number = "relative";
|
line-number = "relative";
|
||||||
|
bufferline = "multiple";
|
||||||
|
cursor-shape.insert = "bar";
|
||||||
lsp.display-messages = true;
|
lsp.display-messages = true;
|
||||||
};
|
};
|
||||||
|
keys = {
|
||||||
|
normal = {
|
||||||
|
esc = ["collapse_selection" "keep_primary_selection"];
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
languages = {
|
languages = {
|
||||||
|
|
Loading…
Reference in a new issue