An open API service indexing awesome lists of open source software.

https://github.com/liquidz/vim-iced-project-namespaces

vim-iced plugin to jump to namespace in your project
https://github.com/liquidz/vim-iced-project-namespaces

vim vim-iced vim-plugin

Last synced: 7 months ago
JSON representation

vim-iced plugin to jump to namespace in your project

Awesome Lists containing this project

README

          

= vim-iced-project-namespaces

image:https://img.shields.io/badge/iced-plugin-blue.svg?logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiCiAgICAgd2lkdGg9IjIwMCIgaGVpZ2h0PSIyMDAiCiAgICAgdmlld0JveD0iMTAsMTAsODAsODAiPgogIDxwb2x5Z29uIGZpbGw9IiNCM0U1RkMiIHBvaW50cz0iNTAsMTAgMTAsNTAgMzAsNzAgMjAsNTAiLz4KICA8cG9seWdvbiBmaWxsPSIjOTBDQUY5IiBwb2ludHM9IjUwLDEwIDMwLDUwIDMwLDcwIDU1LDUwIi8+CiAgPHBvbHlnb24gZmlsbD0iIzgxRDRGQSIgcG9pbnRzPSI1MCwxMCA3MCw3MCA5MCw1MCIvPgogIDxwb2x5Z29uIGZpbGw9IiM2NEI1RjYiIHBvaW50cz0iNjAsNjAgMzAsNzAgNTAsOTAgNzAsNzAiLz4KPC9zdmc+Cg==["vim-iced plugin", link="https://github.com/liquidz/vim-iced"]

https://github.com/liquidz/vim-iced[vim-iced] plugin to jump to namespace in your project.

== Requirements

* https://github.com/liquidz/vim-iced[vim-iced] (`2.6.0` or later)
* One of following
** https://github.com/ctrlpvim/ctrlp.vim[ctrlp.vim]
** https://github.com/junegunn/fzf[fzf]
** https://github.com/liuchengxu/vim-clap[vim-clap]

== Command

* `:IcedBrowseNamespace`

== Installation

.vim-plug
[source,vim]
----
" One of following
Plug 'ctrlpvim/ctrlp.vim'
Plug 'junegunn/fzf'
Plug 'liuchengxu/vim-clap'

" Required
Plug 'liquidz/vim-iced', {'for': 'clojure'}
Plug 'liquidz/vim-iced-project-namespaces', {'for': 'clojure', 'on': 'IcedBrowseNamespace'}
----

== License

Copyright (c) 2018-2020 http://twitter.com/uochan[Masashi Iizuka]

Distributed under the MIT License.