1
Fork 0

feat: dashboard and stuff for nvim

This commit is contained in:
Matei Adriel 2022-02-01 16:18:36 +02:00
parent 79455a6e29
commit 441844b0c5
5 changed files with 57 additions and 46 deletions
modules/applications

View file

@ -25,7 +25,7 @@ in
# Formatters
luaformatter # lua
nodePackages.prettierd # prettier but faster
prettierd # prettier but faster
# Others
fzf # Required by lua-fzf
@ -42,6 +42,7 @@ in
purescript-vim # purescript syntax highlighting
nvim-comment # allows toggling line-comments
nvim-treesitter # use treesitter for syntax highlighting
startup-nvim # splash screen
];
};
}