diff options
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/nvrc/events.fnl | 3 |
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)) |