diff options
author | sefidel <contact@sefidel.net> | 2023-10-01 13:24:07 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-10-01 13:24:07 +0900 |
commit | c74dcd3f028d89f389e0430fd524ca290300dfdf (patch) | |
tree | 9952e3ec847d50ba1569023a3849afdc1374d739 /fnl | |
parent | 68b9bfc111f820e49f63dc9a784b465d550ad0b2 (diff) | |
download | nvimrc-c74dcd3f028d89f389e0430fd524ca290300dfdf.tar.gz nvimrc-c74dcd3f028d89f389e0430fd524ca290300dfdf.zip |
feat(packs/slimv)!: remove
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/nvrc/pack.fnl | 1 | ||||
-rw-r--r-- | fnl/nvrc/packs/slimv.fnl | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl index 4dbfcd0..f0c2104 100644 --- a/fnl/nvrc/pack.fnl +++ b/fnl/nvrc/pack.fnl @@ -22,7 +22,6 @@ (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) diff --git a/fnl/nvrc/packs/slimv.fnl b/fnl/nvrc/packs/slimv.fnl deleted file mode 100644 index 21f0648..0000000 --- a/fnl/nvrc/packs/slimv.fnl +++ /dev/null @@ -1,5 +0,0 @@ -(import-macros {: setv!} :nvrc.macro.set) - -(setv! slimv_swank_cmd "!osascript -e \"tell application \\\"iTerm2\\\" to set newWindow to (create window with profile \\\"Default\\\" command \\\"zsh -c 'sbcl --load ~/.local/share/nvim/site/pack/packer/opt/slimv/slime/start-swank.lisp'\\\")\"") - -;; (setv! slime_swank_cmd "exit 1") |