diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2023-10-13 19:23:05 +0000 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2023-10-13 19:24:15 +0000 |
| commit | 4396dcc62119ea96e648bdf637ed785c224d3f03 (patch) | |
| tree | 26ebfbc3e778d4d69a6372705066e0eecf67cc33 /mut | |
| parent | 36bec51e58c092a7bacb26ce4a0105f1470805bc (diff) | |
switch to nixosModules
Diffstat (limited to 'mut')
| -rw-r--r-- | mut/neovim/fnl/conf/init.fnl | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
