From 209da81aff39a5cb1a16986dc4fe3b24715943f6 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Fri, 18 Oct 2024 11:50:09 +0000 Subject: update linter --- mut/bin/maimpick | 2 +- mut/neovim/fnl/conf/pkgs/lint.fnl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'mut') diff --git a/mut/bin/maimpick b/mut/bin/maimpick index 00a0c98..f2a5f2b 100755 --- a/mut/bin/maimpick +++ b/mut/bin/maimpick @@ -12,7 +12,7 @@ clip() { case "$(printf "a selected area\\ncurrent window\\nfull screen\\na selected area (save)\\ncurrent window (save)\\nfull screen (save)" | dmenu -l 6 -i -p "Screenshot which area?")" in "a selected area") maim -u -s | clip ;; - "current window") + "current window") echo "$(xdotool getactivewindow)" maim -q -d 0.2 -i "$(xdotool getactivewindow)" | clip ;; "full screen") maim -q -d 0.2 | clip ;; diff --git a/mut/neovim/fnl/conf/pkgs/lint.fnl b/mut/neovim/fnl/conf/pkgs/lint.fnl index d9a3c13..078dc3e 100644 --- a/mut/neovim/fnl/conf/pkgs/lint.fnl +++ b/mut/neovim/fnl/conf/pkgs/lint.fnl @@ -16,6 +16,7 @@ {:formatters_by_ft {:python [:ruff_format :isort] :go [:goimports] + :nix [:alejandra] :terraform [:terraform_fmt] :hcl [:terraform_fmt]} :format_on_save -- cgit v1.2.3