Commit for generation 175

This commit is contained in:
2024-10-02 18:38:11 -04:00
parent 37fb5ae525
commit f7366be528
2 changed files with 20 additions and 15 deletions

4
flake.lock generated
View File

@@ -426,8 +426,8 @@
"pre-commit-hooks": "pre-commit-hooks" "pre-commit-hooks": "pre-commit-hooks"
}, },
"locked": { "locked": {
"lastModified": 1727893128, "lastModified": 1727908687,
"narHash": "sha256-ZXv383EtEGPBRS/pDexTqgVSaa5srishPI/PzAfKnR0=", "narHash": "sha256-tQ9k7850VeG+Y9U9K+NqQ7TILVDUyn3sMpB5jRSG1lM=",
"path": "/home/pagedmov/sysflakes/glasshouse-desktop/dotfiles/packages/nixvim", "path": "/home/pagedmov/sysflakes/glasshouse-desktop/dotfiles/packages/nixvim",
"type": "path" "type": "path"
}, },

View File

@@ -1,16 +1,21 @@
{ {
plugins = { plugins = {
nvim-surround.enable = true; nvim-surround.enable = true;
indent-blankline.enable = true; indent-blankline.enable = true;
treesitter.enable = true; treesitter.enable = true;
lastplace.enable = true; lastplace.enable = true;
markdown-preview.enable = true; markdown-preview.enable = true;
gitsigns.enable = true; gitsigns.enable = true;
web-devicons.enable = true; web-devicons.enable = true;
endwise.enable = true; endwise.enable = true;
marks.enable = true; marks.enable = true;
trouble.enable = true; trouble.enable = true;
floaterm.enable = true; floaterm.enable = true;
fugitive.enable = true; fugitive.enable = true;
rustaceanvim.enable = true;
dap = {
enable = true;
extensions.dap-ui.enable = true;
}; };
};
} }