diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-12-05 12:53:29 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-12-05 12:53:29 +0100 |
commit | 8482c16b90645dc5ca907943e6f4caf1823e57e8 (patch) | |
tree | d637eb8dbb2dd54bb5c8ad56db9f4f4a76a04f6e /fnl/plugins/editor | |
parent | cb6e740f107504dcb47991278f2d438adade7660 (diff) |
Add dressing plugin
Diffstat (limited to 'fnl/plugins/editor')
-rw-r--r-- | fnl/plugins/editor/dressing.fnl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fnl/plugins/editor/dressing.fnl b/fnl/plugins/editor/dressing.fnl new file mode 100644 index 0000000..48bad55 --- /dev/null +++ b/fnl/plugins/editor/dressing.fnl @@ -0,0 +1,3 @@ +;; UI for inputs + +{1 :stevearc/dressing.nvim :event :VeryLazy} |