2025-05-27 19:12:01 -07:00
|
|
|
_: {
|
|
|
|
vim = {
|
2025-08-21 01:57:32 -07:00
|
|
|
languages.lua.enable = false; # broken
|
|
|
|
options.linebreak = true;
|
|
|
|
git.gitsigns.setupOpts = {
|
|
|
|
current_line_blame = false;
|
|
|
|
current_line_blame_opts = {
|
|
|
|
virt_text = true;
|
|
|
|
virt_text_pos = "right_align";
|
|
|
|
delay = 25;
|
|
|
|
ignore_whitespace = true;
|
|
|
|
virt_text_priority = 100;
|
|
|
|
use_focus = true;
|
2025-05-27 19:12:01 -07:00
|
|
|
};
|
|
|
|
};
|
2025-08-21 01:57:32 -07:00
|
|
|
# filetree.neo-tree.setupOpts.default_component_configs.indent = {
|
|
|
|
# padding = 0;
|
|
|
|
# indent_marker = "|";
|
|
|
|
# last_indent_marker = "+";
|
|
|
|
# };
|
2025-05-27 19:12:01 -07:00
|
|
|
};
|
2025-05-12 15:19:01 -07:00
|
|
|
}
|