Added csharp format support, cleaned neo-tree's aesthetics a bit

This commit is contained in:
Fred Drake
2024-10-02 00:01:44 -04:00
parent 4972eb4147
commit 1b8b135353
7 changed files with 65 additions and 13 deletions
+25
View File
@@ -60,7 +60,32 @@
neo-tree = {
enable = true;
popupBorderStyle = "rounded";
extraOptions = {
default_component_configs = {
diagnostics = {
symbols = {
hint = "";
info = "";
warn = "";
error = "";
};
};
git_status = {
symbols = {
added = "";
deleted = "󰗨";
modified = "";
renamed = "";
untracked = "";
ignored = "";
unstaged = " ";
staged = "";
unmerged = "";
conflict = "";
};
};
};
filesystem = {
follow_current_file.enabled = true;
filtered_items = {