users/foo-dogsquared/programs/nixvim: enable legendary.nvim'

This commit is contained in:
Gabriel Arazas 2024-02-25 17:51:21 +08:00
parent 87ee000222
commit 14fcb6c67f
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -13,6 +13,11 @@
# Light your browser on fire, bebe. # Light your browser on fire, bebe.
plugins.firenvim.enable = true; plugins.firenvim.enable = true;
plugins.legendary-nvim = {
enable = true;
integrations.smart-splits.enable = true;
};
# Make it work. # Make it work.
plugins.smart-splits.enable = true; plugins.smart-splits.enable = true;