From 83c01bdcf35cd95df2d0eb12a651d300cae71140 Mon Sep 17 00:00:00 2001 From: sefidel Date: Mon, 19 Sep 2022 21:38:37 +0900 Subject: feat(slimv): add lisp --- fnl/nvrc/pack.fnl | 1 + 1 file changed, 1 insertion(+) (limited to 'fnl/nvrc/pack.fnl') 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) -- cgit 1.4.1