vim-rooter
vim-startify
vim-rooter | vim-startify | |
---|---|---|
24 | 38 | |
1,239 | 5,333 | |
0.9% | - | |
4.9 | 3.9 | |
4 months ago | about 1 year ago | |
Vim Script | Vim Script | |
MIT License | MIT 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.
vim-startify
-
Lite ๐ ApolloNvim Distro 2024
๐ Startify an alternative welcome screen with a different IT theme each time. May not work with some terminals or NERDTree set to start after boot.
-
Suggest me some startup screen plugins
I'm currently using alpha.nvim (https://github.com/goolord/alpha-nvim). It tries to be more generic than the others, to the point it can recreate most of the other popular ones. It even has template for for example the dashboard layout. startup-nvim (https://github.com/startup-nvim/startup.nvim) seems to do a similar thing, although I dont' have experience with that one. The only other one I've tried before is the classic vim-startify (https://github.com/mhinz/vim-startify), which is a little older I think and locks you into its layout.
-
Is it worthwhile to learn to use vi?
Tbh, startify made me more curious about all the vim possibilities. https://github.com/mhinz/vim-startify
-
is there is a session manager plugin ?
Just for posterity since every other session plugin has been posted, vim-startify has autosave and autoload support
-
Do you use vim-startify, or used to? Send me your configs
I am working on a, from scratch, rebuild of the ever classic vim-startify for neovim with a focus on extreme extensibility. I also want it to be as much of a drop in replacement as possible, and don't want to write myself into a corner with some design choices I'm taking
-
Remember open buffers per project?
https://github.com/mhinz/vim-startify has also means to store sessions with command 'SSave'.
-
What is the coolest, unknown(-ish) plugin that you're using that other people could benefit from?
might be well known but i like https://github.com/mhinz/vim-startify easy to use start screen with most recently used lists of files, etc.
-
what vimL plugins are you still using?
Startify
-
What are your must-have vim/nvim extensions?
mhinz/vim-startify - Start page
-
Finally found a good replacement for Startify (mini.starter)
I was trying to center the startup screen for vim-startify and went down the rabbit hole of looking for a different startup plugin. My main use is that I want to start my already existing startify sessions as everything else I do with Telescope. I found mini.starter and it is working exactly as I want it to so I thought I would share for others that look for something similar. Don't get put off by the many components of the plugin. They are not loaded if you don't need them. Here is my a screenshot and my config for a minimal, centered, startup:
What are some alternatives?
project.nvim - The superior project management solution for neovim.
alpha-nvim - a lua powered greeter like vim-startify / dashboard-nvim
nvim-bqf - Better quickfix window in Neovim, polish old quickfix window.
blamer.nvim - A git blame plugin for neovim inspired by VS Code's GitLens plugin
vim-grepper - :space_invader: Helps you win at grep.
vim-session - Extended session management for Vim (:mksession on steroids)
replacer.nvim - A powerful refactoring tool for nvim.
goyo.vim - :tulip: Distraction-free writing in Vim
nvim-spectre - Find the enemy and replace them with dark power.
nvim-web-devicons - Provides Nerd Font icons (glyphs) for use by neovim plugins
rainbow - Rainbow Parentheses Improved, shorter code, no level limit, smooth and fast, powerful configuration.
telescope-project.nvim