start using some plugins

This commit is contained in:
Osman Faruk Bayram 2024-12-18 21:48:35 +03:00
parent a348380e64
commit 5b4e49be0f

View file

@ -1,29 +1,26 @@
{ {
plugins = { plugins = {
treesitter.enable = true; treesitter = {
enable = true;
# folding = true; # i dont like the way it starts neovim with everything folded
};
mini = {
enable = true;
modules = {
starter = {
header = ''
_ _
___ ___| |__ _ __ ___ __| | _____ __
/ _ \/ __| '_ \| '_ ` _ \ / _` |/ _ \ \ / /
| (_) \__ \ |_) | | | | | || (_| | __/\ V /
\___/|___/_.__/|_| |_| |_(_)__,_|\___| \_/
'';
};
};
};
# yazi = {
# enable = true;
# lazyLoad = {
# settings = {
# cmd = ["Yazi"];
# };
# };
# };
# mini = {
# enable = true;
# modules = {
# starter = {
# header = ''
# ██╗ ██╗██╗ ██╗ █████╗ ███╗ ██╗███████╗██╗ ██╗███╗ ██╗██╗██╗ ██╗
# ██║ ██╔╝██║ ██║██╔══██╗████╗ ██║██╔════╝██║ ██║████╗ ██║██║╚██╗██╔╝
# █████╔╝ ███████║███████║██╔██╗ ██║█████╗ ██║ ██║██╔██╗ ██║██║ ╚███╔╝
# ██╔═██╗ ██╔══██║██╔══██║██║╚██╗██║██╔══╝ ██║ ██║██║╚██╗██║██║ ██╔██╗
# ██║ ██╗██║ ██║██║ ██║██║ ╚████║███████╗███████╗██║██║ ╚████║██║██╔╝ ██╗
# ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚══════╝╚══════╝╚═╝╚═╝ ╚═══╝╚═╝╚═╝ ╚═╝
# '';
# };
# };
# };
}; };
} }