treewide: format all files (#57)
Run `nix fmt` at the root of the repository to format all files. I've done this on my fork and this will help me merge your changes later without having to deal with un-formatted files.
This commit is contained in:
parent
70f8b2360f
commit
0f42b0eebb
21 changed files with 369 additions and 164 deletions
|
|
@ -9,7 +9,10 @@ _: {
|
|||
"neo-tree"
|
||||
];
|
||||
disabledFiletypes = {
|
||||
statusline = ["startup" "alpha"];
|
||||
statusline = [
|
||||
"startup"
|
||||
"alpha"
|
||||
];
|
||||
};
|
||||
theme = "catppuccin";
|
||||
};
|
||||
|
|
@ -37,7 +40,7 @@ _: {
|
|||
lualine_c = [
|
||||
{
|
||||
__unkeyed-1 = "diagnostics";
|
||||
sources = ["nvim_lsp"];
|
||||
sources = [ "nvim_lsp" ];
|
||||
symbols = {
|
||||
error = " ";
|
||||
warn = " ";
|
||||
|
|
|
|||
|
|
@ -74,7 +74,10 @@
|
|||
};
|
||||
|
||||
options = {
|
||||
paddings = [1 3];
|
||||
paddings = [
|
||||
1
|
||||
3
|
||||
];
|
||||
};
|
||||
|
||||
parts = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue