formatting
This commit is contained in:
parent
c7deb01578
commit
9d60e67d07
2 changed files with 15 additions and 21 deletions
|
|
@ -1,9 +1,7 @@
|
||||||
{ self, lib, pkgs, ... }:
|
{ self, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [ ./mini.nix ];
|
||||||
./mini.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
plugins = {
|
plugins = {
|
||||||
treesitter = {
|
treesitter = {
|
||||||
|
|
@ -60,9 +58,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
lualine = {
|
lualine = { enable = true; };
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
cmp = {
|
cmp = {
|
||||||
# TODO read what this does
|
# TODO read what this does
|
||||||
|
|
@ -74,9 +70,7 @@
|
||||||
oil.enable = true; # shell scripting
|
oil.enable = true; # shell scripting
|
||||||
|
|
||||||
#telescope
|
#telescope
|
||||||
telescope = {
|
telescope = { enable = true; };
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
web-devicons.enable = true; # be concious of this choice
|
web-devicons.enable = true; # be concious of this choice
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,17 +1,17 @@
|
||||||
{
|
{
|
||||||
plugins.mini = {
|
plugins.mini = {
|
||||||
enable = true;
|
enable = true;
|
||||||
modules = {
|
modules = {
|
||||||
starter = {
|
starter = {
|
||||||
header = ''
|
header = ''
|
||||||
_ _
|
_ _
|
||||||
___ ___| |__ _ __ ___ __| | _____ __
|
___ ___| |__ _ __ ___ __| | _____ __
|
||||||
/ _ \/ __| '_ \| '_ ` _ \ / _` |/ _ \ \ / /
|
/ _ \/ __| '_ \| '_ ` _ \ / _` |/ _ \ \ / /
|
||||||
| (_) \__ \ |_) | | | | | || (_| | __/\ V /
|
| (_) \__ \ |_) | | | | | || (_| | __/\ V /
|
||||||
\___/|___/_.__/|_| |_| |_(_)__,_|\___| \_/
|
\___/|___/_.__/|_| |_| |_(_)__,_|\___| \_/
|
||||||
|
|
||||||
'';
|
'';
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
};
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue