feat: dashboard and stuff for nvim
This commit is contained in:
parent
79455a6e29
commit
441844b0c5
5 changed files with 57 additions and 46 deletions
modules/applications
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue