diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-05-16 13:46:24 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-05-16 13:46:24 +0300 |
commit | 20befa753f706dde903100f22c38e4318bcd345e (patch) | |
tree | acc4f39bcaafa094ed9cd0cdd88348b41546781e /app-vim/slimv/metadata.xml | |
parent | dev-tcltk/combobox: remove last-rited pkg (diff) | |
download | gentoo-20befa753f706dde903100f22c38e4318bcd345e.tar.gz gentoo-20befa753f706dde903100f22c38e4318bcd345e.tar.bz2 gentoo-20befa753f706dde903100f22c38e4318bcd345e.zip |
app-vim: remove last-rited pkgs
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-vim/slimv/metadata.xml')
-rw-r--r-- | app-vim/slimv/metadata.xml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/app-vim/slimv/metadata.xml b/app-vim/slimv/metadata.xml deleted file mode 100644 index 0f0e597cc1b6..000000000000 --- a/app-vim/slimv/metadata.xml +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <longdescription lang="en"> - Slimv tries to mimic a subset of SLIME's (Superior Lisp Interaction Mode - for Emacs) functionality inside Vim. The script defines functions and - keybindings to send s-expressions to a console mode Lisp or Clojure REPL - (Read-Eval-Print Loop). - - Slimv runs its own REPL or connects to a running REPL started by a - previous Slimv session, the connection is established when the first - Slimv command is executed (e.g. an s-expression is evaluated). The Lisp - REPL buffer can also be opened inside Vim as a Vim buffer with syntax - highlighting and autoindenting, Lisp commands may be entered in the - command line, just as in a regular REPL. The script also has a basic - support for Clojure REPL. - - The script also supports a number of other features provided by SLIME - including profiling, paredit mode, and hyperspec lookups. - </longdescription> - <upstream> - <remote-id type="bitbucket">kovisoft/slimv</remote-id> - </upstream> -</pkgmetadata> |