NeoVim Plugins You Don't Want To Miss

preview_player
Показать описание
Today I show you my top 7 NeoVim Plugins.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

Рекомендации по теме
Комментарии
Автор

"Ag" is the chemical name for "silver" on the periodic table of the elements

koalasdmax
Автор

if you are rocking neovim, it may be a good idea to swap out fzf for telescope(with ripgrep, which is written in Rust btw)
and replace the coc stuff with native lsp and lsp config

worgenzwithmz
Автор

Never tell vim users "you can also use your keyboard". Knowing your audiance matters 🙂

tanzboden
Автор

man these plugins are so old
there are a lot of way better plugins out there
NERDTree: nvim-tree
tagbar: treesitter and it gives better syntax highlighting too
fzf: nvim-telescope
coc: there is a builtin lsp inside of neovim
no need for plugins

sobhyrzk
Автор

I use vimwiki in markdown mode all the time. My editing is varied and not typically that of a programmer working in C or Python with the result that the bash shell is my IDE occasionally using either lf or ranger when working on a specific project where vim is one of many tools and not the primary IDE. This means that nerdtree and nvim-tree were not really that useful to me since they were simply not used extensively.

CasperLabuschagne
Автор

Petition to just merge all tpope plugins into neovim. The things he's made are just so fundamental, like the commentary plugin, and the surround plugin.

Автор

Thanks for the great content.

please update the description for honourable mentions if that's possible

lequdindoquede
Автор

Btw, if your nvim config sometimes struggles to open files on startup, you should definitely consider switching to a lua based config.

snipzmattio
Автор

thank youu! Love theese videos also keep the new c++ series going, its awesome!

benjamindreyer
Автор

If I’m not mistaken Ag is the Chemical Symbol for Silver.

viddyscene
Автор

What the hell is this "double click' thing?

pspicer
Автор

Few ideas:
Looks like you’re loading way too many plugins than what is required, judging this by the slow startup time.
From your list you can probably remove tagbar which I think is not very useful as in it doesn’t provide anything extra.
Stick to fzf like you do now and avoid telescope bloat.
Remove nerd tree and use netrw which is inbuilt in vim.
Rg(ripgrep) might be a good alternative to ag. But both works great. Git commentary should be 1st in ur list. It’s a great plugin.
Light line is a better, lighter alternative to airline.

winter_light
Автор

im a non-dashboard user, never really see the need for it. i always use Z to move directories and nv to start sessions there

kristun
Автор

19:27 Are you using it under WSL? I see /mnt/c/users .. Accessing NTFS file system will be very slow from within WSL There's also the folder "Seminararbeit"? Are you German, your accent hides this from me? :D I switched from airline to lightline, since I had performance problems with it when opening large files.

sfa
Автор

What kind of colorscheme is it? looks nice and good

mvsprabash
Автор

Hi do you happen to know of a plugin that will show the definition of a struct, macro, etc in a pop-up ballon. I am trying to go through a large code base and need a helpful tool to understand various definitions. Any help is appreciated

ramesherrabolu
Автор

My man…. Telescope! It’s based on fzf but adds a *ton* of functionality and there’s a bunch of plugins that integrate directly with telescope

andrewiglinski
Автор

After cocclangd success, [A] means how to select that word if i use enter its not working

-manikandabharathi.t
Автор

Hey! What is the name of the color scheme you are using?

snk
Автор

At the beginning which-key is an absolute must have

wewep