added helix editor config
This commit is contained in:
parent
90052cb114
commit
235957a127
1 changed files with 20 additions and 2 deletions
|
|
@ -18,8 +18,26 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
theme = "monokai_pro_octagon";
|
theme = "monokai_pro_octagon";
|
||||||
editor.line-number = "relative";
|
editor = {
|
||||||
editor.shell = ["zsh" "-c"];
|
line-number = "relative";
|
||||||
|
shell = ["zsh" "-c"];
|
||||||
|
completion-trigger-len = 0;
|
||||||
|
scroll-lines = 1;
|
||||||
|
scrolloff = 5;
|
||||||
|
cursorline = true;
|
||||||
|
color-modes = true;
|
||||||
|
indent-guides.render = true;
|
||||||
|
file-picker.hidden = false;
|
||||||
|
auto-pairs = true;
|
||||||
|
lsp = {
|
||||||
|
display-messages = true;
|
||||||
|
};
|
||||||
|
statusline = {
|
||||||
|
left = [ "mode" "spinner" "file-name" ];
|
||||||
|
right = [ "diagnostics" "position" "file-encoding" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
themes = {
|
themes = {
|
||||||
monokai_pro_octagon = let
|
monokai_pro_octagon = let
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue