vim-rooter
nvim-bqf
vim-rooter | nvim-bqf | |
---|---|---|
24 | 38 | |
1,239 | 1,804 | |
0.9% | 4.0% | |
4.9 | 4.6 | |
4 months ago | 21 days ago | |
Vim Script | Lua | |
MIT License | BSD 3-clause "New" or "Revised" License |
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
-
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.
nvim-bqf
-
What are some plugins that you can't live without?
Quickfix list: nvim-bqf
-
Any tips on plugins and workflows for investigating log files in Neovim?
For the Telescope method, you can install nvim-bqf, so that after you press Ctrl-Q on the telescope results, you can curate the results. See https://github.com/kevinhwang91/nvim-bqf#filter-with-signs
-
What IDEA or Vscode feature/function you want to have in neovim eco-system?
You can get some of that behaviour with nvim-bqf
-
Is there a plugin can do the same like Vscode's `Search: Replace in Files`?
This is what I have been using. That with better quickfix is awesome https://github.com/kevinhwang91/nvim-bqf
-
How to manage quickfix list history
This is an essential plugin for me, pretty much the only thing it doesn't do is what you are asking, but its on the projects todo list https://github.com/kevinhwang91/nvim-bqf
-
What's a very simple config change that you can't live without?
For an instant preview for the item in quickfix, please try nvim-bqf. It is so damn good!!!!
-
Video: 5 Neovim Plugins To Improve Your Productivity
nvim-bqf: https://github.com/kevinhwang91/nvim-bqf
-
[Neovim] Un rapide examen de LunarVim
J'aime bien https://github.com/mhinz/vim-grepper Et https://github.com/kevinhwang91/nvim-bqf Pour ce travail.
-
Updates to Portal.nvim - plugin rewrite + new features
When it comes to the quickfix, I can't recommend kevinhwang91/nvim-bqf enough. It's a great plugin that makes using the qflist a breeze.
-
Any performant fuzzy finders that uses existing buffer to show preview?
There are a number of plugins to edit the quickfix window, I like: https://github.com/kevinhwang91/nvim-bqf
What are some alternatives?
project.nvim - The superior project management solution for neovim.
kok.nvim - Fast as FUCK nvim completion. SQLite, concurrent scheduler, hundreds of hours of optimization.
vim-startify - :link: The fancy start screen for Vim.
vim-unimpaired - unimpaired.vim: Pairs of handy bracket mappings
vim-grepper - :space_invader: Helps you win at grep.
vim-floaterm - :computer: Terminal manager for (neo)vim
replacer.nvim - A powerful refactoring tool for nvim.
vim-gutentags - A Vim plugin that manages your tag files
nvim-spectre - Find the enemy and replace them with dark power.
nvim-jqx - Populate the quickfix with json entries
rainbow - Rainbow Parentheses Improved, shorter code, no level limit, smooth and fast, powerful configuration.