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