dotfiles VS vim-indexed-search

Compare dotfiles vs vim-indexed-search and see what are their differences.

vim-indexed-search

Show "Match 123 of 456 /search term/" in Vim searches. By Yakov Lerner. (by henrik)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
dotfiles vim-indexed-search
4 3
0 185
- -
2.8 1.8
7 days ago over 2 years ago
Vim Script Vim Script
The Unlicense -
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 2021-11-27.
  • How to make GTK apps switch themes instantly?
    2 projects | /r/archlinux | 27 Nov 2021
    If you're using a WM, you'll have to basically setup userland stuff yourself. My setup is completely automated and I can change the theme of all my applications in an instance using a single keybinding which allows me to choose one of out of hundreds of base 16 themes and then hot reloads all my applications. Obviously, this requires some research and you'll only be able to build this kind of setup making minor changes over a long time period. If you want some inspiration, you can have a look at my dotfiles.
  • Plugins alternative in Lua
    25 projects | /r/neovim | 29 Apr 2021
    The main advantage with Lua is that it makes extending neovim yourself extremely easy instead of relying on plugins written by someone else. Take for example the vim-scrolloff-fraction plugin you mentioned. I was able to figure out how to implement it myself in under 10 minutes after looking up the relevant API functions.
  • Which statusline plugin do you use?
    21 projects | /r/neovim | 31 Mar 2021
    Heres the file that sets my statusline. It shows git changes, current branch and some file location info.
  • sumneko lua lsp says packer's `use` is an undefined global
    1 project | /r/neovim | 11 Jan 2021
    This might be helpful to you https://github.com/nimainimaii/dotfiles/blob/f7019732607fdf3b1522c0a1a21eecc9a8ed8c09/.config/nvim/lua/nimai/lsp/completion.lua#L47

vim-indexed-search

Posts with mentions or reviews of vim-indexed-search. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-18.
  • [Help] show the full number of search occurrences instead of >99
    2 projects | /r/neovim | 18 Aug 2022
    I used to work through a lot of checklists in Markdown files, and I’d search for the empty checkboxes to see how many I had left. But there were always at least 300-ish in a file, so I went searching for a way to see the actual number instead of >99 results. vim-indexed-search is the best option I’ve found.
  • Plugins alternative in Lua
    25 projects | /r/neovim | 29 Apr 2021
    As google/vim-searchindex told in Installation Note. Just set shortmess-=S in your init.vim with Neovim 0.4.0 or newer, could provide a minimal replacement of henrik/vim-indexed-search

What are some alternatives?

When comparing dotfiles and vim-indexed-search you can also consider the following projects:

vim-hexokinase - hexokinase.vim - (Neo)Vim plugin for asynchronously displaying the colours in the file (#rrggbb, #rgb, rgb(a)? functions, hsl(a)? functions, web colours, custom patterns)

vim-startify - :link: The fancy start screen for Vim.

lualine.nvim - A blazing fast and easy to configure neovim statusline plugin written in pure lua. [Moved to: https://github.com/nvim-lualine/lualine.nvim]

vim-matchup - vim match-up: even better % :facepunch: navigate and highlight matching words :facepunch: modern matchit and matchparen. Supports both vim and neovim + tree-sitter.

symbols-outline.nvim - A tree like view for symbols in Neovim using the Language Server Protocol. Supports all your favourite languages.

vim-cursorword - Underlines the word under the cursor

vim-indent-guides - A Vim plugin for visually displaying indent levels in code

tagbar - Vim plugin that displays tags in a window, ordered by scope

vim-move - Plugin to move lines and selections up and down

dotfiles - My dotfiles