Compare commits

..

No commits in common. "5521d3f47910ee60186aefde15ee896967fc056b" and "edafaf3c144cb36ba5ea8e49846218ad0d5a2522" have entirely different histories.

2 changed files with 2 additions and 27 deletions

View file

@ -31,18 +31,12 @@
bufferline = "multiple"; bufferline = "multiple";
color-modes = true; color-modes = true;
cursorline = true; cursorline = true;
auto-save = { auto-save = true;
focus-lost = true;
after-delay.enable = true;
after-delay.timeout = 10000;
};
auto-format = true; auto-format = true;
end-of-line-diagnostics = "hint"; end-of-line-diagnostics = "hint";
# slightly optimized based on my layout
jump-label-alphabet = "jfkdaslghwenuiopbcmyzqrtvx";
clipboard-provider = "wayland";
inline-diagnostics = { inline-diagnostics = {
cursor-line = "hint"; cursor-line = "hint";
other-lines = "error";
}; };
lsp = { lsp = {
display-messages = true; display-messages = true;
@ -71,14 +65,9 @@
"file-type" "file-type"
]; ];
idle-timeout = 50; idle-timeout = 50;
completion-timeout = 100;
indent-guides = { indent-guides = {
render = true; render = true;
character = ""; character = "";
skip-levels = 2;
};
soft-wrap = {
enable = true;
}; };
whitespace = { whitespace = {
render = { render = {
@ -96,10 +85,6 @@
keys = { keys = {
normal = { normal = {
space."=" = ":fmt"; space."=" = ":fmt";
# smart tab++
tab = "move_parent_node_end";
S-tab = "move_parent_node_start";
}; };
insert = { insert = {
up = "no_op"; up = "no_op";
@ -110,14 +95,6 @@
pagedown = "no_op"; pagedown = "no_op";
home = "no_op"; home = "no_op";
end = "no_op"; end = "no_op";
# smart tab ++
S-tab = "move_parent_node_start";
};
select = {
# smart tab++
tab = "extend_parent_node_end";
S-tab = "extend_parent_node_start";
}; };
}; };
}; };

View file

@ -5,8 +5,6 @@
source /home/jade/.config/nushell/shell-startup.nu; source /home/jade/.config/nushell/shell-startup.nu;
$env.STARSHIP_SHELL = "nu"; $env.STARSHIP_SHELL = "nu";
$env.CMD_COUNT = 0; $env.CMD_COUNT = 0;
$env.EDITOR = "hx";
$env.S10E_JRNL_FILE_LOC = "~/Docs/jrnl.md";
def create_right_prompt [] { def create_right_prompt [] {
# create a right prompt in magenta with green separators and am/pm underlined # create a right prompt in magenta with green separators and am/pm underlined