diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-17 01:36:41 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-17 01:36:41 +0200 |
commit | 514db643876c51262dc61e6a6c9d86418b6a5a85 (patch) | |
tree | 4432e08165bc1f3e509e9dd3db64a3cdb46c47d0 /fnl | |
parent | 9e654a8936ca3c8efd3f28d1987a599c2f59796d (diff) |
feat(trim): add plugin
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/plugins.fnl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/fnl/plugins.fnl b/fnl/plugins.fnl index 23bf9cb..200f631 100644 --- a/fnl/plugins.fnl +++ b/fnl/plugins.fnl @@ -1,4 +1,6 @@ -;; List of plugins +;; List of plu +gins + (module plugins) (def plugins {:wbthomason/packer.nvim {} @@ -61,4 +63,5 @@ :kevinhwang91/nvim-bqf {:event :BufRead} :norcalli/nvim-colorizer.lua {} :max397574/better-escape.nvim {} - :nvim-orgmode/orgmode {}}) + :nvim-orgmode/orgmode {} + :cappyzawa/trim.nvim {}}) |