This commit is contained in:
Yan Lin 2026-01-27 16:49:59 +01:00
parent fd287f7718
commit 768488daa8

View file

@ -23,6 +23,7 @@
linebreak = true; # Don't break words when wrapping linebreak = true; # Don't break words when wrapping
breakindent = true; # Preserve indentation when wrapping breakindent = true; # Preserve indentation when wrapping
termguicolors = true; termguicolors = true;
signcolumn = "yes";
autoread = true; # Automatically reload files when changed externally autoread = true; # Automatically reload files when changed externally
clipboard = "unnamedplus"; # Use system clipboard by default clipboard = "unnamedplus"; # Use system clipboard by default
}; };
@ -147,9 +148,9 @@
"--no-ignore" "--no-ignore"
]; ];
file_ignore_patterns = [ file_ignore_patterns = [
"^.git/" ".git/"
"^node_modules/" "node_modules/"
"^.venv/" ".venv/"
".DS_Store" ".DS_Store"
]; ];
layout_config = { layout_config = {
@ -170,6 +171,8 @@
auto-session.enable = true; auto-session.enable = true;
todo-comments.enable = true;
render-markdown = { render-markdown = {
enable = true; enable = true;
settings = { settings = {