dot-nvim VS quick-scope

Compare dot-nvim vs quick-scope and see what are their differences.

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
dot-nvim quick-scope
6 28
- 1,376
- -
- 4.6
- 9 months ago
Vim Script
- 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.

dot-nvim

Posts with mentions or reviews of dot-nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-15.
  • I cannot replace VS Code
    15 projects | /r/neovim | 15 Oct 2021
    Lastly, if you want to use a configuration for reference, you can take a look at my dotfiles for Neovim.
  • I configured a fully functioning reload command for Neovim
    1 project | /r/neovim | 19 Apr 2021
    So recently, I managed to make fully functioning reload and restart commands for Neovim. What they do is reload your config or "restart" (reload + VimEnter autocmd) Vim. It does that by using plenary.nvim and its amazing scan_dir function to automatically unload all lua modules, load your init.lua (doesn't work with init.vim) and then source all your plugin files. Here's the relevant part of the config that does it: https://gitlab.com/famiu/dot-nvim/-/blob/master/lua/utils.lua#L1-83
  • Neovim config showcase
    6 projects | /r/neovim | 15 Apr 2021
    git clone https://gitlab.com/famiu/dot-nvim ~/.config/nvim
  • I built my own customizable statusline
    2 projects | /r/neovim | 12 Apr 2021
    But basically it has a very galaxyline-like configuration system except there's a lot more options. I've been contemplating turning it into a plugin but I don't really have the energy to maintain one. Anyway, enough talk, the statusline is part of my neovim dotfiles, located in: https://gitlab.com/famiu/dot-nvim/-/tree/master/lua/statusline
  • Anyone has a good minimal dot file for neovim optimized for python written in lua?
    2 projects | /r/neovim | 4 Apr 2021
    Feel free to check out my Neovim dotfiles: https://gitlab.com/famiu/dot-nvim

quick-scope

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

What are some alternatives?

When comparing dot-nvim and quick-scope you can also consider the following projects:

feline.nvim - A minimal, stylish and customizable statusline for Neovim written in Lua

vim-easymotion - Vim motions on speed!

nvim-reload - Plugin to easily reload your Neovim config

vim-sneak - The missing motion for Vim :athletic_shoe:

nvim-tree.lua - A file explorer tree for neovim written in lua

nvim-dap-ui - A UI for nvim-dap

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.

clever-f.vim - Extended f, F, t and T key mappings for Vim.

nix-dotfiles - A graveyard of broken dreams.

vim-repeat - repeat.vim: enable repeating supported plugin maps with "."

dotfiles

nvim-dap - Debug Adapter Protocol client implementation for Neovim