All Projects → lambdalisue → edita.vim

lambdalisue / edita.vim

Licence: MIT License
🖊 A pseudo EDITOR to stay in Vim/Neovim

Programming Languages

Vim Script
2826 projects

Projects that are alternatives of or similar to edita.vim

Neomake
Asynchronous linting and make framework for Neovim/Vim
Stars: ✭ 2,512 (+5609.09%)
Mutual labels:  neovim
Async.vim
normalize async job control api for vim and neovim
Stars: ✭ 242 (+450%)
Mutual labels:  neovim
developer-workstation-setup-script
Post-install script for Fedora and RHEL 8 clones to create your ultimate development environment
Stars: ✭ 69 (+56.82%)
Mutual labels:  neovim
Vim Yoink
Vim plugin that maintains a yank history to cycle between when pasting
Stars: ✭ 225 (+411.36%)
Mutual labels:  neovim
Vim Vsnip
Snippet plugin for vim/nvim that supports LSP/VSCode's snippet format.
Stars: ✭ 224 (+409.09%)
Mutual labels:  neovim
Node Client
Nvim Node.js client and plugin host
Stars: ✭ 243 (+452.27%)
Mutual labels:  neovim
Spaceline.vim
vim statusline like spacemacs
Stars: ✭ 216 (+390.91%)
Mutual labels:  neovim
nvim context vt
Virtual text context for neovim treesitter
Stars: ✭ 193 (+338.64%)
Mutual labels:  neovim
Rnvimr
Make Ranger running in a floating window to communicate with Neovim via RPC
Stars: ✭ 238 (+440.91%)
Mutual labels:  neovim
Space Vim
🍀 Lean & mean spacemacs-ish Vim distribution
Stars: ✭ 2,785 (+6229.55%)
Mutual labels:  neovim
Indent Blankline.nvim
Indent guides for Neovim
Stars: ✭ 203 (+361.36%)
Mutual labels:  neovim
Vim Lsp Cxx Highlight
Vim plugin for C/C++/ObjC semantic highlighting using cquery, ccls, or clangd
Stars: ✭ 231 (+425%)
Mutual labels:  neovim
Vim Ghost
Vim/Nvim client for GhostText - Edit browser text areas in Vim/Neovim
Stars: ✭ 245 (+456.82%)
Mutual labels:  neovim
Vim Tmux Clipboard
seamless integration for vim and tmux's clipboard
Stars: ✭ 225 (+411.36%)
Mutual labels:  neovim
vim-paper
A personal light theme for (Neo)Vim, based on the colour of paper as found in various notebooks. This project is a read-only mirror of https://gitlab.com/yorickpeterse/vim-paper.
Stars: ✭ 53 (+20.45%)
Mutual labels:  neovim
Vim Sayonara
👺 Sane buffer/window deletion.
Stars: ✭ 219 (+397.73%)
Mutual labels:  neovim
Dotfiles
😈 Vim, git, zsh, tmux, and other goodies.
Stars: ✭ 240 (+445.45%)
Mutual labels:  neovim
sidebar.nvim
A generic and modular lua sidebar for Neovim
Stars: ✭ 453 (+929.55%)
Mutual labels:  neovim
nvim-goc.lua
Go Coverage for Neovim
Stars: ✭ 17 (-61.36%)
Mutual labels:  neovim
Suda.vim
🥪 An alternative sudo.vim for Vim and Neovim, limited support sudo in Windows
Stars: ✭ 247 (+461.36%)
Mutual labels:  neovim

DEPRECATED

This repository has deprecated due to https://github.com/lambdalisue/guise.vim

🖊edita.vim

Version 0.0 Support Vim 8.1 or above Support Neovim 0.4 or above MIT License

An pseudo EDITOR to open a file in a working Vim/Neovim instead of a new one. It has no external dependencies.

This is in alpha stage. Anything will be drastically changed without announcement.

Usage

Open :terminal and execute applications which use $EDITOR internally. For example, git commit uses $EDITOR in default.

Note that $EDITOR includes arguments so you need to use eval to execute it directly like:

$ eval $EDITOR {filename}

Similar projects

License

The code in edita.vim follows MIT license texted in LICENSE. Contributors need to agree that any modifications sent in this repository follow the license.

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