nvim-ghost.nvim VS neovim-config

Compare nvim-ghost.nvim vs neovim-config and see what are their differences.

nvim-ghost.nvim

:ghost: GhostText plugin for Neovim with zero dependencies :tada: Supports neovim running inside WSL too! :partying_face: Windows/Linux/macOS supported out-of-the-box! :smile: (Other OSes need python3.6+ installed) (by subnut)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
nvim-ghost.nvim neovim-config
2 1
140 0
- -
5.3 0.0
11 months ago over 1 year ago
Python Lua
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

nvim-ghost.nvim

Posts with mentions or reviews of nvim-ghost.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-19.

neovim-config

Posts with mentions or reviews of neovim-config. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-28.
  • Nicer jupyter notebook workflow with neovim thanks to Jupytext and mini.ai
    5 projects | /r/neovim | 28 Aug 2022
    I have added a couple of keybinds that make the editin easier. In my lua file, to create empty code or markdown cells: lua -- Jupytext cells keymap("n", "nc", "o# %%", { noremap = true }) keymap("n", "nm", "o# %% [markdown]# ", { noremap = true }) And also, thanks to the wonderful mini.ai plugin that allows the creation of custom textobjects, I have created a new text object C that represents a notebook cell in the .py represetation, so that I can use all verbs with the iC (without header) and aC (with header) objects. This is very nice. To make this message shorter, I won't copy the mini.ai config, but it can be shown in my repo if anyone wants to copy it.

What are some alternatives?

When comparing nvim-ghost.nvim and neovim-config you can also consider the following projects:

GhostText - 👻 Use your text editor to write in your browser. Everything you type in the editor will be instantly updated in the browser (and vice versa).

dotfiles - My linux configuration files. Also contains some useful shell scripts I wrote.

molten-nvim - A neovim plugin for interactively running code with the jupyter kernel. Fork of magma-nvim with improvements in image rendering, performance, and more

vim-ipython-cell - Seamlessly run Python code in IPython from Vim