about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-09-19 21:38:37 +0900
committersefidel <contact@sefidel.net>2022-09-19 21:38:37 +0900
commit83c01bdcf35cd95df2d0eb12a651d300cae71140 (patch)
tree6ef66e8e4a765dbccdcc0b7cd7e22f13f58df070 /fnl/nvrc/pack.fnl
parentc20b8719323e5447694c93d2e186085eef73ef63 (diff)
downloadnvimrc-83c01bdcf35cd95df2d0eb12a651d300cae71140.tar.gz
nvimrc-83c01bdcf35cd95df2d0eb12a651d300cae71140.zip
feat(slimv): add lisp
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r--fnl/nvrc/pack.fnl1
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index e4e823f..1adf1f2 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -22,6 +22,7 @@
 (pack! :mfussenegger/nvim-dap {:req :dap :requires [(pack :nvim-lua/plenary.nvim)]})
 (pack! :rcarriga/nvim-dap-ui {:init :dapui :requires [(pack :mfussenegger/nvim-dap)]})
 (pack! :gpanders/editorconfig.nvim)
+(pack! :kovisoft/slimv {:req :slimv :ft :lisp})
 (pack! :stefandtw/quickfix-reflector.vim {:ft :qf})
 (pack! :tpope/vim-fugitive)
 (pack! :tpope/vim-eunuch)