All Projects โ†’ micmine โ†’ jumpwire.nvim

micmine / jumpwire.nvim

Licence: GPL-3.0 License
Jump easily between related files.

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to jumpwire.nvim

better-escape.nvim
Escape from insert mode without delay when typing
Stars: โœญ 166 (+937.5%)
Mutual labels:  neovim, nvim-plugin, nvim-lua
specs.nvim
๐Ÿ‘“ A fast and lightweight Neovim lua plugin to keep an eye on where your cursor has jumped.
Stars: โœญ 204 (+1175%)
Mutual labels:  neovim, nvim-lua
nvim-ghost.nvim
๐Ÿ‘ป GhostText plugin for Neovim with zero dependencies ๐ŸŽ‰ Supports neovim running inside WSL too! ๐Ÿฅณ Windows/Linux/macOS supported out-of-the-box! ๐Ÿ˜„ (Other OSes need python3.6+ installed)
Stars: โœญ 32 (+100%)
Mutual labels:  neovim, nvim-plugin
lesvim
Nvim config focus on Javascript, Typescript, Rust and Lua - ๐Ÿš€ ๐Ÿ’ช ( Fast and Powerfull ) - Deno and other typescript LSP working well together
Stars: โœญ 69 (+331.25%)
Mutual labels:  neovim, nvim-lua
nvim-bufdel
A Neovim plugin to improve buffer deletion
Stars: โœญ 89 (+456.25%)
Mutual labels:  nvim-plugin, nvim-lua
code runner.nvim
Neovim plugin.The best code runner you could have, it is like the one in vscode but with super powers, it manages projects like in intellij but without being slow
Stars: โœญ 234 (+1362.5%)
Mutual labels:  nvim-plugin, nvim-lua
monokai.nvim
Monokai theme for Neovim written in Lua.
Stars: โœญ 154 (+862.5%)
Mutual labels:  nvim-plugin, nvim-lua
lsp-fastaction.nvim
lsp codeaction UI for neovim
Stars: โœญ 39 (+143.75%)
Mutual labels:  neovim
neovim
๐ŸŒŸ Cool & Modularized vim configurations to work like an IDE
Stars: โœญ 17 (+6.25%)
Mutual labels:  neovim
vim
๐Ÿ“ minimalistic vimrc based on KISS principle @vim
Stars: โœญ 46 (+187.5%)
Mutual labels:  neovim
lir.nvim
Neovim file explorer
Stars: โœญ 194 (+1112.5%)
Mutual labels:  neovim
dotfiles
dotfiles of my linux setup
Stars: โœญ 25 (+56.25%)
Mutual labels:  neovim
dotfiles-legacy
. .โœง ยท ๐ŸŒŽ โœท โœซ ๐ŸŒ™ ยท โœต ๐Ÿš€โœต * โœต ยท ๐ŸŒŒโœซ โœท ยท โœง .
Stars: โœญ 15 (-6.25%)
Mutual labels:  neovim
dotfiles
dotfiles for my beautiful rices!
Stars: โœญ 440 (+2650%)
Mutual labels:  neovim
readablefold.vim
A Vim plugin to improve foldtext for better looks
Stars: โœญ 21 (+31.25%)
Mutual labels:  neovim
close-buffers.nvim
๐Ÿ“‘ Delete multiple vim buffers based on different conditions
Stars: โœญ 54 (+237.5%)
Mutual labels:  neovim
FTerm.nvim
๐Ÿ”ฅ No-nonsense floating terminal plugin for neovim ๐Ÿ”ฅ
Stars: โœญ 353 (+2106.25%)
Mutual labels:  neovim
glyph-palette.vim
๐ŸŽจ An universal palette for Nerd Fonts
Stars: โœญ 84 (+425%)
Mutual labels:  neovim
dotfiles
โญ My own world.
Stars: โœญ 12 (-25%)
Mutual labels:  neovim
vim-stamp
A vim plugin that replaces the currently selected text with the text in the delete register
Stars: โœญ 13 (-18.75%)
Mutual labels:  neovim

jumpwire

This tool is for moving in common File structures. The most common use case is to switch between implementation and test file.

Demo

Demo

Installation

Use your favorite plugin manager.

  1. Add Plug 'micmine/jumpwire.nvim' to init.vim
  2. Run :PlugInstall
  3. Follow the guide in config.md
  4. Add shortcuts
noremap <leader>mt :lua require('jumpwire').jump('test')<CR>
noremap <leader>mi :lua require('jumpwire').jump('implementation')<CR>
noremap <leader>mm :lua require('jumpwire').jump('markup')<CR>
noremap <leader>ms :lua require('jumpwire').jump('style')<CR>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].