nerdtree
chadtree
nerdtree | chadtree | |
---|---|---|
77 | 15 | |
19,631 | 1,656 | |
0.4% | - | |
6.7 | 8.3 | |
4 months ago | 3 days ago | |
Vim Script | Python | |
Do What The F*ck You Want To Public 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.
nerdtree
-
I use the default file browser in vim (netrw). I know there are plugins that a lot of people like. Should I switch?
I personally use nerdtree. Add nerdtree-git-plugin too, that's nice when looking at your project (for files, use vim-gitgutter).
-
How to configure vim like an IDE
nerdtree is another very popular option
-
Auto update Javascript imports when moving file/folder
Using my toy js refactoring plugin and NERDTree.
-
Is it possible to use VIM as an ide?
2) Syntax check https://github.com/vim-syntastic/syntastic 3) File navigation https://github.com/preservim/nerdtree 4) Autocomplete There are many autocomplete extensions. I haven't found one that I feel comfortable to recommend. Another way is to create a txt file with all the key words and lines in the languages you use, make an autocommand that adds the txt file to the buffer, and then use ctrl-n or ctrl-p to autocomplete. You can also use ctrl-x-ctrl-l to autocmplete entire lines. 5) Running code Add commands in your .vmrc to run the current file as a a whatever file. I use :J to run java files, :P to run python files, :C to run c files and so on. For example, this is my command to run a java file: command J execute "!java %:t"
-
Auto-completion problems for terraform
Plug 'https://github.com/preservim/nerdtree'
- :(
-
New User
My basic vim workflow is that I open vim, which opens NerdTree for me by default. I can find the file I want in NerdTree, or I can hit Ctrl+p to open a file with fuzzy searching.
-
How do you work with buffers?
What's also useful is to have a tree plugin (such as nvim-tree or nerdtree), so you can just open any file in the workspace (or outside it) if needed. That way, even if you delete a buffer, you can just come back to a file whose buffer you deleted.
-
how do I download nerd tree on neovim??
Worth noting Nerdtree’s repo is now at https://github.com/preservim/nerdtree and not at https://github.com/scrooloose/nerdtree
chadtree
-
Which file explorer do you use?
chadtree for dealing with files in the current project & Rnvimr (which basically integrates Ranger) when I want to work with files all over the disk.
-
Permanent fixed File Explorer in Neovim
CHADTree basically NERDTree but harder faster stronger,
-
[FORK] Nerd Galaxyline for Onedark
I don't use coc but coq_nvim so I deleted coc support. And added support for CHADtree
-
Discovering Vim : Netrw
Do you use a file explorer in vim ? I guess it probably is something like this, this or maybe this. While all these are fancy looking with icons and stuff there is a file tree and explorer in vim already. It is not the best file-explorer honestly but it works and is faster than most of these. Yes I am talking about the good ol' netrw.
-
coq.nvim -- Faster, Prettier, & even more features :: custom snippet live repl, fully powered treesitter & more
my plans for the future is to have more of a refocus on chadtree, and finally bring in batch renaming, which i've wanted to do for a long time, but was too busy with coq, and start working on the issue tracker.
-
Which plugins or functionality do you think is missing from nvim for you personally?
Have u thought of using chadtree plugin for opening tabs? Or maybe I'm missing your point?
-
I spent 1 year of my life on making a fast as fuck Vim completion client with ass loads of features. (Author of CHADTree)
LOL, god I fucking love it when people say my project names :D :D :D gay, sad, chad, coq.
-
coc-explorer replacement for Neovim 5.0
had a look at chadtree's and its commit history traumatised me
-
I just put a huge amount of time into CHADTree (NERDTree competitor)
I think it's just "github" see bottom of page https://github.com/ms-jpq/chadtree/blob/chad/docs/THEME.md - wouldn't mind to tweak that since the blue looks odd on dark background.
-
Is there a way to get command mode out colour output like on the terminal?
You can look at my code @ chadtree here.
What are some alternatives?
nvim-tree.lua - A file explorer tree for neovim written in lua
LunarVim - 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
telescope.nvim - Find, Filter, Preview, Pick. All lua, all the time.
fzf.vim - fzf :heart: vim
awesome-neovim - Collections of awesome neovim plugins.
vim-vinegar - vinegar.vim: Combine with netrw to create a delicious salad dressing
nnn - n³ The unorthodox terminal file manager
vim-fern - 🌿 General purpose asynchronous tree viewer written in Pure Vim script
nerd-fonts - Iconic font aggregator, collection, & patcher. 3,600+ icons, 50+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more
vim-nerdtree-syntax-highlight - Extra syntax and highlight for nerdtree files
rnvimr - Make Ranger running in a floating window to communicate with Neovim via RPC