feat(nvim): dap support, fix(nvim): eslint & prettier formatting

This commit is contained in:
2024-02-06 09:17:44 -05:00
parent 75524e6375
commit 24300b24ae
10 changed files with 140 additions and 49 deletions

View File

@@ -5,6 +5,7 @@
enable = true;
settings = {
git-mode = "compact";
theme = "gruvbox";
};
modules = [
"host"