vim-rooter
Changes Vim working directory to project root. (by airblade)
replacer.nvim
A powerful refactoring tool for nvim. (by gabrielpoca)
vim-rooter | replacer.nvim | |
---|---|---|
24 | 11 | |
1,239 | 290 | |
0.9% | - | |
4.9 | 4.3 | |
4 months ago | over 1 year ago | |
Vim Script | 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.
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.
vim-rooter
Posts with mentions or reviews of vim-rooter.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-29.
-
netrw made better
This or users may have monorepo style projects and vim-rooter to auto-set cwd to specific directories within the project based on certain file markers (e.g. makefile, package.json, ...etc), to accomplish something like :e dir1/file.go | make would run make and then :e dir2/file2.ts | make would run npm.
-
How to go up a directory while inside of telescope.nvim?
maybe you are already doing this and you want to access files outside the project directory but if not I use vim-rooter to set the root dir of the project automatically when I open vim
-
You don't need 'vim-rooter' (usually) or How to set up smart autochange of current directory
The airblade/vim-rooter plugin is an essential part of my Neovim workflow. It automatically changes current directory (:h current-directory) for every buffer to a more natural one (like to path of its Git repository). For me this has the following benefits:
-
Vim Issue with opened buffer file location
It depends where you open vim. If you are in home and open a file (even in sub directories) like nvim directory/file.txt, uour vim's current working directory (aka cwd) will be home. A way to make this automatic I think is the built in autocd (or something like that) and plugins like vim-rooter.
-
How to stop Telescope from changing the root directory after opening a file?
An alternative would be using a plugin like vim-rooter : https://github.com/airblade/vim-rooter
- NvimTree - how to get this behaviour?
-
How to properly cd, so plugins pick up project root?
I just use rooter and avoid thinking about it...
-
How to automatically cd to the git root of the current buffer?
There's vim-rooter, which is great.
- Whenever I'm looking for plugins these days [OC]
-
What’s the best start up screen written in Lua?
No, it doesn't change current directory. For that, use sessions or airblade/vim-rooter (or wait around couple of months for planned 'mini.root' :) ). And, of course, you can create custom items which will change current directory.
replacer.nvim
Posts with mentions or reviews of replacer.nvim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-18.
-
Updates to replacer.nvim
Hey 👋 It has been a while since I wrote an update on replacer.nvim.
- Is there a plugin can do the same like Vscode's `Search: Replace in Files`?
-
occur mode - editable grep results
replacer.nvim does pretty much that: https://github.com/gabrielpoca/replacer.nvim
-
Are Zed style Multi-Buffers in neovim possible
replacer.nvim, basically transforms your quickfix list into sort of a multi-buffer.
-
[plugin spotlight] replacer.nvim : Edit quickfix list like normal nvim buffer
Just wanted to give a quick shoutout to replacer.nvim by gabrielpoca
-
Lua alternative to quickfix-reflector.vim plug?
There is this https://github.com/gabrielpoca/replacer.nvim, I do not know if it breaks bqf's preview feature as well or not as I haven't used them together. It lets you edit the qf window and save the changes, and also edit the file paths to move files around if you desire.
-
What have you discovered lately that sparked joy in your Neovimmer life?
I find replacer.nvim pretty amazing.
-
Editable search results?
Take a look for this plugin https://github.com/gabrielpoca/replacer.nvim, is it match with your need ?
-
How can I have project wide search and replace like vscode?
I don't know what vscode's search and replace is like, but I find the combination of junegunn/fzf.vim and gabrielpoca/replacer.nvim very useful.
- changes to replacer.nvim
What are some alternatives?
When comparing vim-rooter and replacer.nvim you can also consider the following projects:
project.nvim - The superior project management solution for neovim.
nvim-spectre - Find the enemy and replace them with dark power.
vim-startify - :link: The fancy start screen for Vim.
quickfix-reflector.vim - Change code right in the quickfix window
nvim-bqf - Better quickfix window in Neovim, polish old quickfix window.
vim-repeat - repeat.vim: enable repeating supported plugin maps with "."
vim-grepper - :space_invader: Helps you win at grep.
fzf-lua - Improved fzf.vim written in lua
ctrlsf.vim - A text searching plugin mimics Ctrl-Shift-F on Sublime Text 2
rainbow - Rainbow Parentheses Improved, shorter code, no level limit, smooth and fast, powerful configuration.
far.vim - Find And Replace Vim plugin
vim-rooter vs project.nvim
replacer.nvim vs nvim-spectre
vim-rooter vs vim-startify
replacer.nvim vs quickfix-reflector.vim
vim-rooter vs nvim-bqf
replacer.nvim vs vim-repeat
vim-rooter vs vim-grepper
replacer.nvim vs fzf-lua
vim-rooter vs nvim-spectre
replacer.nvim vs ctrlsf.vim
vim-rooter vs rainbow
replacer.nvim vs far.vim