(Laptop) Gen 9: fixed up laptop config files to fit the environment better, added keyd

This commit is contained in:
pagedMov
2024-10-12 04:32:30 -04:00
parent 978b469ab6
commit 8b0593d436
50 changed files with 77 additions and 969 deletions

View File

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