minor
This commit is contained in:
parent
fd287f7718
commit
768488daa8
1 changed files with 6 additions and 3 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue