about summary refs log tree commit diff
path: root/fnl/nvrc/events.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/nvrc/events.fnl')
-rw-r--r--fnl/nvrc/events.fnl3
1 files changed, 0 insertions, 3 deletions
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))