1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-24 18:00:59 +01:00

ledger: init plugin

This commit is contained in:
Pedro Alves 2021-03-18 10:03:55 +00:00
parent c3fc078107
commit 5ffa2b4543
4 changed files with 37 additions and 2 deletions

View file

@ -90,6 +90,7 @@
plugins.lspsaga.enable = true;
plugins.treesitter.enable = true;
plugins.ledger.enable = true;
};
})
];