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
- Host: GitHub
- URL: https://github.com/liquidz/vim-iced-project-namespaces
- Owner: liquidz
- License: mit
- Created: 2018-10-17T04:00:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-28T23:09:57.000Z (over 5 years ago)
- Last Synced: 2025-02-09T23:15:05.499Z (over 1 year ago)
- Topics: vim, vim-iced, vim-plugin
- Language: Vim script
- Homepage:
- Size: 3.91 KB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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.