All Projects → sjbach → Lusty

sjbach / Lusty

LustyExplorer / LustyJuggler for Vim

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Lusty

Vim Dispatch
dispatch.vim: Asynchronous build and test dispatcher
Stars: ✭ 2,341 (+851.63%)
Mutual labels:  vim-plugin
Lightline Ale
ALE indicator for the lightline vim plugin
Stars: ✭ 217 (-11.79%)
Mutual labels:  vim-plugin
Indent Blankline.nvim
Indent guides for Neovim
Stars: ✭ 203 (-17.48%)
Mutual labels:  vim-plugin
Vifm.vim
Vim plugin that allows use of vifm as a file picker
Stars: ✭ 197 (-19.92%)
Mutual labels:  vim-plugin
Validator.vim
Check syntax on the fly asynchronously.
Stars: ✭ 210 (-14.63%)
Mutual labels:  vim-plugin
Neomake
Asynchronous linting and make framework for Neovim/Vim
Stars: ✭ 2,512 (+921.14%)
Mutual labels:  vim-plugin
Vim Signify
➕ Show a diff using Vim its sign column.
Stars: ✭ 2,390 (+871.54%)
Mutual labels:  vim-plugin
Vim Fibo Indent
Fibonacci Indentation for Vim.
Stars: ✭ 244 (-0.81%)
Mutual labels:  vim-plugin
Nova Vim
Nova color scheme plugin for Vim
Stars: ✭ 211 (-14.23%)
Mutual labels:  vim-plugin
Pathfinder.vim
Vim plugin to suggest better movements
Stars: ✭ 228 (-7.32%)
Mutual labels:  vim-plugin
Kronos.vim
A simple task and time manager. Project moved here:
Stars: ✭ 205 (-16.67%)
Mutual labels:  vim-plugin
8cc.vim
C Compiler written in Vim script
Stars: ✭ 205 (-16.67%)
Mutual labels:  vim-plugin
Vim Lexical
Build on Vim’s spell/thes/dict completion
Stars: ✭ 223 (-9.35%)
Mutual labels:  vim-plugin
Vinux
Swiss Army Knife,Dark power vim config
Stars: ✭ 198 (-19.51%)
Mutual labels:  vim-plugin
Vim Lsp Cxx Highlight
Vim plugin for C/C++/ObjC semantic highlighting using cquery, ccls, or clangd
Stars: ✭ 231 (-6.1%)
Mutual labels:  vim-plugin
Jupyter Vim
Make Vim talk to Jupyter kernels
Stars: ✭ 194 (-21.14%)
Mutual labels:  vim-plugin
Vim Sayonara
👺 Sane buffer/window deletion.
Stars: ✭ 219 (-10.98%)
Mutual labels:  vim-plugin
Vim Ghost
Vim/Nvim client for GhostText - Edit browser text areas in Vim/Neovim
Stars: ✭ 245 (-0.41%)
Mutual labels:  vim-plugin
Vim Vsnip
Snippet plugin for vim/nvim that supports LSP/VSCode's snippet format.
Stars: ✭ 224 (-8.94%)
Mutual labels:  vim-plugin
Vim Color Spring Night
Low-contrast calm color scheme for Vim
Stars: ✭ 227 (-7.72%)
Mutual labels:  vim-plugin

These are a set of plugins for Vim. You can download released versions here:

lusty-explorer.vim: http://www.vim.org/scripts/script.php?script_id=1890 lusty-juggler.vim: http://www.vim.org/scripts/script.php?script_id=2050

These are certainly well tested, but they can be quite old. It's probably safe for you to use the current HEAD of the dev repository:

https://github.com/sjbach/lusty

Installation:

  • Copy the the plugin/ and autoload/ directories to your ~/.vim.

Advice for submitting a patch:

  • autoload/lustyexplorer.vim and autoload/lustyjuggler.vim are generated files; modify src/ as well to make sure your changes aren't overwritten.

  • "Build" by running make in the root of the repo.

  • To test your changes for regressions (requires expect; may only work in Linux):

    $ cd tests/ $ VIM=/path/to/vim ./run-tests.bash

Note: the Emacs version of this plugin used to be included here, but now it has its own repository:

http://github.com/sjbach/lusty-emacs

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].