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