184 current 2024-03-13 14:05:44 24.05.20240309.3030f18 6.7.9-zen1 *
This commit is contained in:
parent
eb63678ef3
commit
28396ba572
2 changed files with 6 additions and 2 deletions
|
|
@ -108,6 +108,11 @@
|
|||
plugins.gitsigns.enable = true;
|
||||
plugins.crates-nvim.enable = true;
|
||||
|
||||
plugins.dap = {
|
||||
enable = true;
|
||||
extensions.dap-ui.enable = true;
|
||||
};
|
||||
|
||||
# colorschemes.dracula.enable = true;
|
||||
# colorschemes.catppuccin.enable = true;
|
||||
# colorschemes.kanagawa.enable = true;
|
||||
|
|
@ -427,7 +432,6 @@
|
|||
}
|
||||
{
|
||||
plugin = nui-nvim;
|
||||
config = ''lua require('nui').setup()'';
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue