From 344f5dae646b98e6937fad3388f32d560ebad9a4 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Tue, 31 May 2022 21:23:48 +0200 Subject: Add bqf minimal config --- fnl/config/bqf.fnl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 fnl/config/bqf.fnl (limited to 'fnl/config/bqf.fnl') diff --git a/fnl/config/bqf.fnl b/fnl/config/bqf.fnl new file mode 100644 index 0000000..3f2abe9 --- /dev/null +++ b/fnl/config/bqf.fnl @@ -0,0 +1,5 @@ +;; Make Neovim's quickfix window better. +(module config.bqf {autoload {util util}}) + +(let [bqf (util.load-plugin :bqf)] + (bqf.setup {})) -- cgit v1.2.3-70-g09d2