Neovim - Completion Tutorial 100% Lua

preview_player
Показать описание

SUPPORT THE CHANNEL

SOCIAL MEDIA

GET INTO CRYPTO AND SUPPORT THE CHANNEL

₿ DONATE CRYPTO
Bitcoin: bc1qlw9t04evwvvlgkwkxf3cm9mfk6zgmy09sp4uja
Ethereum: 0x31202eF4Ce3d03c1B5111Bc388f937e7b17dd164
Litecoin: ltc1qmhxvmr9h3hpc226aeqj9sadwjn3gl0nh5qsvkf
Polkadot: 12pxctmVV3HBKqfpnPbgqznKHdpFbihVENH2VJU6Z5HsaD1S
Chainlink: 0x31202eF4Ce3d03c1B5111Bc388f937e7b17dd164
Bitcoin Cash: qqz56dl270wx04z4x8y42aft39ptpksjuggmel0hz6
XRP: raUaxdWMst1Eb96nACTvJTRWgtmsRQpwHk
Stellar: GD7PCULOCC4DLRJN6TJSWFTETDWL4D6URHXEBFX4B4RJQN4B5T7XZ5AU
Рекомендации по теме
Комментарии
Автор

I'd been struggling to get CMP working for ages until I watched your video and checked out the code in your Repo. Thank you so much for going through this and helping the community. :)

Paudanelli
Автор

Your tutorials are great man thanks for this will def help me when I transition to lua vim

michaelcarnevale
Автор

For anyone having trouble with the documentation, the config has changed, and to get the same window effect, you now must include this code:
window = {
documentation = cmp.config.window.bordered(),
},

jrdicoll
Автор

Really helpful series, I think everybody should tailor their own config, I believe it makes things more efficient.
Only thing that was stopping me was good guideline, all these documentation was too much too read.
Thank you chris for the series, been a follower since "VIM as an IDE" video. Keep up the good work

arionlove
Автор

Up until this week I've been working on vim. And now I've switched to neovim. I can't even imagine how could I live without it. With this configuration I just love it

mchess
Автор

My nvim enlightenment teacher, thanks

张学尤
Автор

2 years late but this explanation is still rocking!

SneakPinePiney
Автор

Thanks for these instructional videos Chris. I enjoy your relaxed approach to doing things in the new Lua way. Much appreciated!

briainodriscoll
Автор

Thank you very much for the help I have been trying to get cmp working for weeks now and all I needed was this 20min video
❤❤❤

JianClash
Автор

very helpful series, especially when you just setting nvim up and get bombarded with lot of config

itw
Автор

this is great! thank you for your videos!

HernandoFarias
Автор

Chris, your collection of wallpapers are so good. Please do upload these latest wallpapers to your repo. Thanks!

hemanthkotagiri
Автор

Any way to order the kinds in LSP ? I'd like to have my variable and method names first on top.

stephaneislistening
Автор

when youre mapping <Tab> and <S-Tab> you use "i" and "s", what they mean ?

juniior_b
Автор

Hey I think it would be nice if you included "Neovim from scratch" in the title of these videos to make it easier for people to recognize. And also I think a lot of people are looking for lua-based neovim tutorial series so I could lead to more views. Ex. "Completion Tutorial 100% Lua | Neovim From Scratch ep. 6" :)

williambillemeyling
Автор

How do I select the second option in a snippet that offers multiple options when using luasnip? Read a bunch of docs but don't see it mentioned

donovanjones
Автор

I have a dumb question, in regards to mappings, when using a macbook there is no ALT key, hence I tried the option key, however the result was not what I expected (of course) however I'm struggling to find documentation as to how to do the mappings to the 'option hjkl' (the equivalent to inoremap on vim. Any ideas of where I can find those?
Needles to say your series of neovim from the scratch are 'pure gold' for those of us looking to move towards (n)vim as an ide.
Keep the great work and thanks!

javalace
Автор

For your future nerd font video, could you show an example of how to patch a font?

reverseila
Автор

Hello, Still having issues with this plugin. When editing a file I'll get the following error at bottom of the terminal:
cmp.lua:78: attempt to index global 'kind_icons' (a nil value) Not sure what that is about, any ideas?

Thanks,
Joe

gunnerjoe
Автор

When I press ctrl-n in insert mode and nvim-cmp does not have any suggestions then it seems that I get completions from neovim directly (at least it is not the same interface as nvim-cmp). More specifically I get a message saying "-- Keyword completion (^N^P) match 1 of 45", and a dropdown menu with all buffer symbols (but it is not nvim-cmp formatted). Does anyone know why and how to possibly disable it?

williambillemeyling
join shbcf.ru