178 current 2024-03-13 13:54:09 24.05.20240309.3030f18 6.7.9-zen1 *
This commit is contained in:
parent
78adadce2c
commit
341457b183
1 changed files with 53 additions and 0 deletions
|
|
@ -25,6 +25,59 @@
|
||||||
plugins.neo-tree = {
|
plugins.neo-tree = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableGitStatus = true;
|
enableGitStatus = true;
|
||||||
|
closeIfLastWindow = true;
|
||||||
|
autoCleanAfterSessionRestore = true;
|
||||||
|
window = {
|
||||||
|
width = 30;
|
||||||
|
};
|
||||||
|
filesystem = {
|
||||||
|
followCurrentFile.enabled = true;
|
||||||
|
hijackNetrwBehavior = "open_current";
|
||||||
|
useLibuvFileWatcher = true;
|
||||||
|
};
|
||||||
|
defaultComponentConfigs = {
|
||||||
|
icon = {
|
||||||
|
folderEmpty = "";
|
||||||
|
default = "";
|
||||||
|
};
|
||||||
|
indent = {
|
||||||
|
padding = 0;
|
||||||
|
indentSize = 1;
|
||||||
|
};
|
||||||
|
modified = {
|
||||||
|
symbol = "";
|
||||||
|
};
|
||||||
|
name = {
|
||||||
|
useGitStatusColors = true;
|
||||||
|
};
|
||||||
|
gitStatus = {
|
||||||
|
symbols = {
|
||||||
|
deleted = "D";
|
||||||
|
renamed = "R";
|
||||||
|
modified = "M";
|
||||||
|
added = "A";
|
||||||
|
untracked = "U";
|
||||||
|
ignored = "";
|
||||||
|
staged = "";
|
||||||
|
unstaged = "!";
|
||||||
|
conflict = "C";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
diagnostics = {
|
||||||
|
symbols = {
|
||||||
|
hint = "";
|
||||||
|
info = "";
|
||||||
|
warn = "";
|
||||||
|
error = "";
|
||||||
|
};
|
||||||
|
highlights = {
|
||||||
|
hint = "DiagnosticSignHint";
|
||||||
|
info = "DiagnosticSignInfo";
|
||||||
|
warn = "DiagnosticSignWarn";
|
||||||
|
error = "DiagnosticSignError";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
plugins.gitsigns.enable = true;
|
plugins.gitsigns.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue