diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-08 14:24:05 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-08 14:24:05 +0100 |
commit | 68719ee058a302a4bda697b6a39ebfd5fefb06fc (patch) | |
tree | 055165e0b3edeeb2ea36da6e2eee9e851ca7cc0b /fnl/config/stay-in-place.fnl | |
parent | 86fc163e549d78136855ac2b45e91ffb2f43affc (diff) |
Refactor loading of plugins
Diffstat (limited to 'fnl/config/stay-in-place.fnl')
-rw-r--r-- | fnl/config/stay-in-place.fnl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fnl/config/stay-in-place.fnl b/fnl/config/stay-in-place.fnl new file mode 100644 index 0000000..b264a05 --- /dev/null +++ b/fnl/config/stay-in-place.fnl @@ -0,0 +1,3 @@ +;; Keep cursor at character when indenting. + +{1 :gbprod/stay-in-place.nvim :event :BufReadPost :config true} |