Switched from alejandra to nixfmt(-rfc-style)
Also re-formatted nix files
This commit is contained in:
parent
ea90b0356f
commit
ddb857e6ac
7 changed files with 66 additions and 52 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{...}: {
|
||||
{ ... }:
|
||||
{
|
||||
# Import all your configuration modules here
|
||||
# imports = [./bufferline.nix];
|
||||
imports = [
|
||||
|
|
@ -44,13 +45,13 @@
|
|||
|
||||
autoCmd = [
|
||||
{
|
||||
event = ["BufEnter"];
|
||||
pattern = ["*"];
|
||||
event = [ "BufEnter" ];
|
||||
pattern = [ "*" ];
|
||||
command = "setlocal cursorline";
|
||||
}
|
||||
{
|
||||
event = ["BufLeave"];
|
||||
pattern = ["*"];
|
||||
event = [ "BufLeave" ];
|
||||
pattern = [ "*" ];
|
||||
command = "setlocal nocursorline";
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue