add indent blankline

This commit is contained in:
Roel de Cort 2024-04-24 00:19:29 +02:00
parent 45548c8f5f
commit 7bc1e27c3e
2 changed files with 6 additions and 0 deletions

View file

@ -17,6 +17,7 @@ _: {
./plugins/editor/treesitter.nix
./plugins/editor/undotree.nix
./plugins/editor/illuminate.nix
./plugins/editor/indent-blankline.nix
# UI plugins
./plugins/ui/bufferline.nix

View file

@ -0,0 +1,5 @@
{
plugins.indent-blankline = {
enable = true;
};
}