From 4396dcc62119ea96e648bdf637ed785c224d3f03 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Fri, 13 Oct 2023 19:23:05 +0000 Subject: switch to nixosModules --- mut/neovim/fnl/conf/init.fnl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mut') diff --git a/mut/neovim/fnl/conf/init.fnl b/mut/neovim/fnl/conf/init.fnl index bea2f4d..80393c5 100644 --- a/mut/neovim/fnl/conf/init.fnl +++ b/mut/neovim/fnl/conf/init.fnl @@ -86,8 +86,8 @@ (local is-qf (= (vim.opt_local.buftype:get) "quickfix")) (vim.fn.setqflist [] :a {: id : title : lines}) (if (or - (not is-qf?) - (and is-at-last-line is-qf?)) + (not is-qf) + (and is-at-last-line is-qf)) (vim.cmd ":cbottom"))))) (var last_job nil) -- cgit v1.2.3