liquidz / vim-iced-project-namespaces

vim-iced plugin to jump to namespace in your project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-iced-project-namespaces

vim-iced plugin

vim-iced plugin to jump to namespace in your project.

Requirements

Command

  • :IcedBrowseNamespace

Installation

vim-plug
" 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 Masashi Iizuka

Distributed under the MIT License.

About

vim-iced plugin to jump to namespace in your project

License:MIT License


Languages

Language:Vim Script 100.0%