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
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue