diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2025-07-24 14:02:46 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2025-07-24 14:02:46 +0200 |
commit | 3b2c6360b2dec330fcb676d646988a29bf996c6b (patch) | |
tree | 72bc62cd55161e027fd790f288fce576bcd57140 /fnl/plugins/stay-in-place.fnl | |
parent | 4d1774253c4aba3dc929066befd4bb0f883c5b29 (diff) |
Diffstat (limited to 'fnl/plugins/stay-in-place.fnl')
-rw-r--r-- | fnl/plugins/stay-in-place.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/stay-in-place.fnl b/fnl/plugins/stay-in-place.fnl index de6deb7..69066d7 100644 --- a/fnl/plugins/stay-in-place.fnl +++ b/fnl/plugins/stay-in-place.fnl @@ -1,3 +1,3 @@ ;; Keep cursor at character when indenting. -{1 :gbprod/stay-in-place.nvim :event [:BufReadPost :BufNewFile] :config true} +{1 :gbprod/stay-in-place.nvim :event :BufRead :config true} |