dotfiles VS yanky.nvim

Compare dotfiles vs yanky.nvim and see what are their differences.

dotfiles

NeoVim Tmux IDE configuration (by kiyoon)

yanky.nvim

Improved Yank and Put functionalities for Neovim (by gbprod)
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
dotfiles yanky.nvim
5 5
24 747
- -
9.6 7.2
5 days ago 5 days ago
Lua Lua
- Do What The F*ck You Want To Public 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.

dotfiles

Posts with mentions or reviews of dotfiles. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-18.
  • Plugins to have VS code tools
    10 projects | /r/vim | 18 Feb 2023
    I suggest looking at https://github.com/nvim-lua/kickstart.nvim for your configuration starting point. https://github.com/LazyVim/LazyVim also provides cool preconfigured setup. You can take a look at my https://github.com/kiyoon/dotfiles to see how I configured. I didn't use any of the preconfigured ones.
  • Beginner: Added init.lua from kickstart.nvim but it doesn't install any plugin when starting neovim
    2 projects | /r/neovim | 17 Feb 2023
    0.4.3 is too old and yeah you should upgrade. Nothing will crash but first uninstall what you have. Appimage is just like a binary. You can download it and execute it directly. You should put nvim.appimage to somewhere in your path. I've also made a script to do this: script it will install both tmux and neovim the latest version to ~/.local/bin and if you set that to your $PATH environment variable then the installation is done
  • [Solution] Using all yank-related plugins (tmux.nvim, yanky.nvim, which-key.nvim)
    4 projects | /r/neovim | 16 Feb 2023
    solution
  • same keybinding for two different functions
    1 project | /r/neovim | 16 Feb 2023
    I'm glad it helped :) I had to do this kind of thing a lot when I configure my neovim. For example, I wanted to use tmux.nvim to sync registers with tmux. I also wanted to use OSC52 so I can copy from remote server to the local computer's clipboard. I wanted to use yanky.nvim so I can cycle through registers when I paste. All of them are mapped to p key. The entire configuration is here
  • How to edit file on a server using your local neovim?
    4 projects | /r/neovim | 8 Feb 2023
    See my dotfiles for how I install the latest neovim, tmux, zsh, and other apps all locally. I also work remotely very often I managed to install everything without sudo.

yanky.nvim

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

What are some alternatives?

When comparing dotfiles and yanky.nvim you can also consider the following projects:

tmux.nvim - tmux integration for nvim features pane movement and resizing from within nvim.

netman.nvim - Neovim (Lua powered) Network Resource Manager

vim-lsp-settings - Auto configurations for Language Server for vim-lsp

which-key.nvim - 💥 Create key bindings that stick. WhichKey is a lua plugin for Neovim 0.5 that displays a popup with possible keybindings of the command you started typing.

sshfs - A network filesystem client to connect to SSH servers

nvim-lspconfig - Quickstart configs for Nvim LSP

distant.nvim - 🚧 (Alpha stage software) Edit files, run programs, and work with LSP on a remote machine from the comfort of your local environment 🚧

kickstart.nvim - A launch point for your personal nvim configuration

vim-lsp - async language server protocol plugin for vim and neovim