From 730aee578ed638fbec4da0c330927069c8eac44b Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 4 Feb 2023 02:03:04 +0900 Subject: feat(events): remove redundant comments --- fnl/nvrc/events.fnl | 3 --- 1 file changed, 3 deletions(-) (limited to 'fnl/nvrc') diff --git a/fnl/nvrc/events.fnl b/fnl/nvrc/events.fnl index 2809ba4..64559dd 100644 --- a/fnl/nvrc/events.fnl +++ b/fnl/nvrc/events.fnl @@ -13,17 +13,14 @@ ;; (ag! restore-cursor ;; (au! VimLeave * (set! guicursor ["a:ver75-blinkon0"]))) -; Restore the last cursor line (ag! restore-last-cursor-line (au! BufReadPost * (if (and (> (line "'\"") 1) (<= (line "'\"") (line "$"))) (cmd! "normal! g`\"")))) -; Resize splits on window resize (ag! resize-splits-on-resize (au! VimResized * "wincmd =")) -;; Read file when it changes on disk (ag! read-file-on-disk-change (au! [FocusGained BufEnter CursorHold CursorHoldI] * (if (and (not= :c (mode)) -- cgit 1.4.1