diff options
Diffstat (limited to 'fnl/plugins/editor/bqf.fnl')
-rw-r--r-- | fnl/plugins/editor/bqf.fnl | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/fnl/plugins/editor/bqf.fnl b/fnl/plugins/editor/bqf.fnl deleted file mode 100644 index 387ae19..0000000 --- a/fnl/plugins/editor/bqf.fnl +++ /dev/null @@ -1,27 +0,0 @@ -;; Make Neovim's quickfix window better. - -(local opts {:auto_enable true - :magic_window true - :auto_resize_height false - :preview {:auto_preview false - :show_title true - :delay_syntax 50 - :wrap false} - :func_map {:tab :t - :openc :o - :drop :O - :split :s - :vsplit :v - :stoggleup :M - :stoggledown :m - :stogglevm :m - :filterr :f - :filter :F - :prevhist "<" - :nexthist ">" - :sclear :c - :ptoggleitem :p - :ptoggleauto :a - :ptogglemode :P}}) - -{1 :kevinhwang91/nvim-bqf :event :BufReadPost : opts} |