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, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./mini.nix
|
||||
];
|
||||
imports = [ ./mini.nix ];
|
||||
|
||||
plugins = {
|
||||
treesitter = {
|
||||
|
|
@ -60,9 +58,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
lualine = {
|
||||
enable = true;
|
||||
};
|
||||
lualine = { enable = true; };
|
||||
|
||||
cmp = {
|
||||
# TODO read what this does
|
||||
|
|
@ -74,9 +70,7 @@
|
|||
oil.enable = true; # shell scripting
|
||||
|
||||
#telescope
|
||||
telescope = {
|
||||
enable = true;
|
||||
};
|
||||
telescope = { enable = true; };
|
||||
web-devicons.enable = true; # be concious of this choice
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,17 +1,17 @@
|
|||
{
|
||||
plugins.mini = {
|
||||
enable = true;
|
||||
modules = {
|
||||
starter = {
|
||||
header = ''
|
||||
_ _
|
||||
___ ___| |__ _ __ ___ __| | _____ __
|
||||
/ _ \/ __| '_ \| '_ ` _ \ / _` |/ _ \ \ / /
|
||||
| (_) \__ \ |_) | | | | | || (_| | __/\ V /
|
||||
\___/|___/_.__/|_| |_| |_(_)__,_|\___| \_/
|
||||
enable = true;
|
||||
modules = {
|
||||
starter = {
|
||||
header = ''
|
||||
_ _
|
||||
___ ___| |__ _ __ ___ __| | _____ __
|
||||
/ _ \/ __| '_ \| '_ ` _ \ / _` |/ _ \ \ / /
|
||||
| (_) \__ \ |_) | | | | | || (_| | __/\ V /
|
||||
\___/|___/_.__/|_| |_| |_(_)__,_|\___| \_/
|
||||
|
||||
'';
|
||||
};
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue