1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

startify: init plugin

This commit is contained in:
Pedro Alves 2021-02-11 15:24:00 +00:00
parent 43ce0d77db
commit 3624689305
6 changed files with 265 additions and 3 deletions

View file

@ -51,6 +51,10 @@
plugins.undotree.enable = true;
plugins.gitgutter.enable = true;
plugins.commentary.enable = true;
plugins.startify = {
enable = true;
useUnicode = true;
};
plugins.lsp = {
enable = true;