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:
parent
43ce0d77db
commit
3624689305
6 changed files with 265 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue