Neovim 0.7 is released, in this video I give a quick overview of what's new. You can find the release page here: github.com/neo... My Neovim configuration: github.com/Dav... Contact: david.devonduty@gmail.com #neovim
Just wanted to say I really appreciate your videos, both rust and nvim are things i've been learning the past while and your channel has been very helpful. You are my dev on duty after all :D
Neovim 0.7 now distinguishes and modifier key combos in its own input processing, but in my case that new feature isn't working. Why is that happening? I'm using kitty terminal btw
These are great video chengelogs!!! Thank you for making this. As suggestion... i would like to see "somewhat idiomatic" configuration layouts for Lua centric configs. For example ftplugin, ftdetect, plugin/after, after, undodirs, etc, etc... Basically what goes where but in context of Lua. I know that many people just throw the whole configuration into init.lua, but... there is the same amount of people who likes the neat config file organization. :)
Thanks a lot for your nice comment! Yes, I"m also one of those people putting everything in a single file. Personally, I like this because then I can quickly view and change things.
@@devonduty And it's easier when you compose your configs via Ansible or other tool. Placing or removing entire file or directory is much more simpler than adding lines in file in the specific position.
Awesome video 👍🏻 If it is possible can you please make a video about all the basic keys and shortcut in Neovim. I'm new to this and getting hard time to learn all the functions.
wow.. for this video I am definitely subscribing. keep it up!
This channel is gold :D Gland I found it :D Great video very informative
Just wanted to say I really appreciate your videos, both rust and nvim are things i've been learning the past while and your channel has been very helpful.
You are my dev on duty after all :D
Thank you so much :)
Neovim 0.7 now distinguishes and modifier key combos in its own input processing, but in my case that new feature isn't working. Why is that happening? I'm using kitty terminal btw
Kitty doesn't send proper key codes by default if I'm not mistaken.
You can have a look here: www.reddit.com/r/neovim/comments/uc6q8h/ability_to_map_ctrl_tab_and_more/
@@devonduty ty so much
These are great video chengelogs!!! Thank you for making this.
As suggestion... i would like to see "somewhat idiomatic" configuration layouts for Lua centric configs. For example ftplugin, ftdetect, plugin/after, after, undodirs, etc, etc... Basically what goes where but in context of Lua.
I know that many people just throw the whole configuration into init.lua, but... there is the same amount of people who likes the neat config file organization. :)
Thanks a lot for your nice comment! Yes, I"m also one of those people putting everything in a single file. Personally, I like this because then I can quickly view and change things.
@@devonduty And it's easier when you compose your configs via Ansible or other tool. Placing or removing entire file or directory is much more simpler than adding lines in file in the specific position.
Great video. Subscribed.
Thanks for the video!
At 2:28 you seem to delete a word in one go while in insert mode; how did you manage this?
Ctrl + w
Thank you, Ctrl+w to delete the current word in insert mode.
Perfect, thanks both!
you can use Cntrl w in the terminal too, really useful
this video is very useful to me
Awesome video 👍🏻
If it is possible can you please make a video about all the basic keys and shortcut in Neovim. I'm new to this and getting hard time to learn all the functions.
Thank you! I'm not sure if it makes sense to make another video about basic movements, I think there already exist so many of them.
Great video
Thanks for the update video!
Asking, whats the font you're using?
Thanks, it's Iosevka: github.com/be5invis/Iosevka
Yo bro
if i pass a table like { silent=true } vim.keymap.set, is noremap=true still the default behavior?
Yes but I think for keymaps it's always set to noremap=false