The Most Requested Neovim Config

  Рет қаралды 47,715

Andrew Courter

Andrew Courter

Күн бұрын

Пікірлер: 71
@ascourter
@ascourter Жыл бұрын
What are your favorite plugins in Neovim?
@arztareef
@arztareef 7 ай бұрын
boobs.nvim
@Redyf
@Redyf Жыл бұрын
Thanks to this video I learned how to enable autocomplete in cmdline, it was exactly what I was looking for. Thanks :)
@sachinchaudhary1310
@sachinchaudhary1310 7 ай бұрын
nix ganggggggggg how do u use neovim on nix ?
@utvikler-no
@utvikler-no Жыл бұрын
This is just perfect!! ❤ thanks mister!
@radomirmijovic2605
@radomirmijovic2605 11 ай бұрын
Great video thanks man, I was having difficulties setting up cmp with lazy
@7XStriderX7
@7XStriderX7 10 ай бұрын
Amazing content!
@ascourter
@ascourter 10 ай бұрын
Thank you!!
@picklypt
@picklypt Ай бұрын
The autocomplete is so cool!
@thetruth2488
@thetruth2488 Жыл бұрын
Hey man I really appreciate your work! Any chance we might get a video on setting up Neovim for Java development? Setting up the Java lsp seems to be pretty difficult. Cheers!
@ascourter
@ascourter Жыл бұрын
Thank you! I will prioritize that next. Thanks for asking, it has been on my list for quite some time.
@thetruth2488
@thetruth2488 Жыл бұрын
@@ascourter Your are doing gods work, thank you!
@yuxiang4218
@yuxiang4218 9 ай бұрын
great video
@ascourter
@ascourter 9 ай бұрын
Thanks!
@Redyf
@Redyf Жыл бұрын
Great video
@ascourter
@ascourter Жыл бұрын
Thank you!
@borjovsky3164
@borjovsky3164 Ай бұрын
nice plugin, but I couldn't find the most basic config: how do I set the TIMEOUT of the messages???
@shreyashkhairkar
@shreyashkhairkar Жыл бұрын
This is great. Could we have a tutorial on how to build plugins?
@ascourter
@ascourter Жыл бұрын
Haha that's on my list. I went through creating a Telescope extension to start with something a little smaller than a plugin (kzbin.info/www/bejne/kHTOeGdtrayCopY). Still need to learn a bit more to talk about creating a plugin but it's in the works!
@TownspersonB
@TownspersonB Жыл бұрын
Do you know if there's a way to have the virtual text at 2:10 be dismissed when the cursor is moved or you go into insert mode or something? The only way I know how to get rid of it right now is to open up a new search and then exit the search, and that gets annoying imo.
@ascourter
@ascourter Жыл бұрын
Good question. I only know the way you described. I'll dig into it and see but you might be able to setup an autocommand or keymap.
@richardhernandez8803
@richardhernandez8803 7 ай бұрын
You mentioned noice centering it and avoid a crick in your neck. Have you tried setting scrolloff = 999 It keeps the cursor centered in the page
@ascourter
@ascourter 7 ай бұрын
I don't believe I've tried that yet. Thanks for sharing!
@ravipratapmishra7013
@ravipratapmishra7013 8 ай бұрын
My issue regarding noice is, sometimes I want to dismiss the messages but I want to use escape as my key binding now to use escape I want to know when noice is printing some message on the screen so that only in that condition pressing the escape key will dismis the message otherwise it should work as usual, But i don't know how to check that noice is showing message on screen currently.
@ascourter
@ascourter 8 ай бұрын
Overloading esc like that seems a bit tricky. What about using leader + Esc? You could then use the dismiss mapping I showed in the video.
@ravipratapmishra7013
@ravipratapmishra7013 8 ай бұрын
@@ascourter i tried this one once, i think i should give it more time to embrace it.
@banchanbet4524
@banchanbet4524 7 ай бұрын
do you know how do you get the string searching at 2:08
@ascourter
@ascourter 7 ай бұрын
Do you mean how do you get the "1/3" text or the autocompletion or something else?
@mokied
@mokied 10 ай бұрын
Hey, how can you map down arrow to be mapped to the same command as Tab when the autocomplete pop up menu appears in the command line?
@ascourter
@ascourter 10 ай бұрын
I believe this should work out of the box with cmp-cmdline but if not you can explicitly set the Down and Up mapping under mappings. Check out this post for an example: github.com/hrsh7th/nvim-cmp/discussions/847#discussioncomment-8901130
@mokied
@mokied 10 ай бұрын
@@ascourter Cool, thanks. Seem like a hella-complex solution but it worked 💪🏻
@mokied
@mokied 9 ай бұрын
@@ascourter I guess the better solution is to just get used to the Ctrl+p/n keybindings
@vikingthedude
@vikingthedude 4 ай бұрын
Nice
@xiLike2Doitx
@xiLike2Doitx 9 ай бұрын
Does cmdline allow for execution of external binaries? Let’s say simple ‘git add .’
@ascourter
@ascourter 9 ай бұрын
It does! Start with ! and then the command
@mrAjor
@mrAjor 8 ай бұрын
For git use the plugin fugitive by tpope
@utvikler-no
@utvikler-no Жыл бұрын
How do you get the command line in the middle of the screen. Mine is at the top..
@anakinsonone
@anakinsonone Жыл бұрын
did you add the suggested setup to your plugin config?
@utvikler-no
@utvikler-no Жыл бұрын
@@anakinsonone as far as I know all of the plugins I believe relates to noice
@ascourter
@ascourter Жыл бұрын
@@utvikler-no check out this post, you should be able to update the config for Noice to move the position. www.reddit.com/r/neovim/comments/10j82ot/q_noicenvim_how_to_change_the_position_of_the/
@sebastianalfaro1887
@sebastianalfaro1887 9 ай бұрын
How do you get that Search string pop up??
@ascourter
@ascourter 9 ай бұрын
Could you give me a timestamp for where in the video you see that?
@sebastianalfaro1887
@sebastianalfaro1887 9 ай бұрын
@@ascourter yup, sorry missed that, it's 2:09
@ascourter
@ascourter 9 ай бұрын
@@sebastianalfaro1887 No worries. So the command line popup in the middle of the screen? That would be from Noice.nvim
@sebastianalfaro1887
@sebastianalfaro1887 9 ай бұрын
@@ascourter Yeah, that one, not sure why in my set up when i hit "/" character, the popup isn't shown but the traditional command bar at the bottom, i'm using lazyvim btw
@ascourter
@ascourter 9 ай бұрын
@@sebastianalfaro1887 hmmm weird. If you hit : the pop up shows up?
@darianmorat
@darianmorat 3 ай бұрын
Idk but i prefer to keep it as vanilla nvim, feels better to me
@ascourter
@ascourter 3 ай бұрын
Yeah, do what works for you. The beauty of having a very configurable editor!
@jedediah-fanuel
@jedediah-fanuel Жыл бұрын
@lel7531
@lel7531 Жыл бұрын
Most requested by who ?
@ascourter
@ascourter Жыл бұрын
Mostly viewers of the channel but honestly just about anyone I work with in Neovim these days.
@Redyf
@Redyf Жыл бұрын
Me
@natescode
@natescode Жыл бұрын
*whom
@utvikler-no
@utvikler-no Жыл бұрын
Me..
@caeduob
@caeduob Жыл бұрын
Me
@thisbridgehascables
@thisbridgehascables 11 ай бұрын
How about a video showing you installing the whole setup.. love videos that are meaningless.. look what my terminal looks like..
@ascourter
@ascourter 11 ай бұрын
This video was intended to only show a small section of my setup. I do intend to run through my configuration in its entirety after moving from Vim to Neovim.
@sumit_12393
@sumit_12393 11 ай бұрын
vim.keymap.set({"i"}, "", function() ls.expand() end, {silent = true}) vim.keymap.set({"i", "s"}, "", function() ls.jump( 1) end, {silent = true}) vim.keymap.set({"i", "s"}, "", function() ls.jump(-1) end, {silent = true}) vim.keymap.set({"i", "s"}, "", function() if ls.choice_active() then ls.change_choice(1) end end, {silent = true}) any idea what does this do in LuaSnip?
@ascourter
@ascourter 11 ай бұрын
These are all keymaps for luasnip. All of them are for insert mode and when a snippet is chosen and you want to jump to different locations in the snippet. Hope that helps!
Setup Neovim for Kotlin Development
11:55
Andrew Courter
Рет қаралды 10 М.
Is Hop.nvim better than Flash.nvim?
16:04
Andrew Courter
Рет қаралды 9 М.
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
AI Made this Neovim config and I'm scared now
8:09
typecraft
Рет қаралды 56 М.
Top 6 Underrated Neovim Plugins
9:34
NoobScience
Рет қаралды 3,8 М.
My Neovim configuration in 2024
20:48
Andrew Courter
Рет қаралды 19 М.
LSP in Neovim (with like 3 lines of code)
10:40
TJ DeVries
Рет қаралды 29 М.
This Zsh config is perhaps my favorite one yet.
17:24
Dreams of Autonomy
Рет қаралды 304 М.
Code Formatting made easy
9:47
TJ DeVries
Рет қаралды 23 М.
I'm Never Using Neovim's Terminal The Same Again
8:43
DevOps Toolbox
Рет қаралды 51 М.
Arenas, strings and Scuffed Templates in C
12:28
VoxelRifts
Рет қаралды 105 М.
Advanced telescope.nvim Examples
14:12
TJ DeVries
Рет қаралды 32 М.