diff options
-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 {}}) |