How to configure Neovim to act as full-fledged IDE with treesitter and native LSP support. For more info see the accompanying repository at github.com/nik...
This video was a life saver. A simple, clean neovim skeleton configuration to build off of. I was moments away from giving up on coding in neovim when I encountered this video. Thanks!
By default neovims configuration files are stored at $XDG_CONFIG_HOME/nvim/. There you can also place your init.vim. With this setup neovim and vims configuration are not interfering with each other.
Victor mono with the nerd fonts patch! github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/VictorMono/Regular/complete/Victor%20Mono%20Regular%20Nerd%20Font%20Complete.ttf
Hey, thanks for the video it's been a great help, I noticed when you work with TS files it was showing the docs next to the auto complete, I have cloned your repo but mine doesn't show the documentation any idea?
Thanks, great video! Using your config :LspInstall php does not enable php. :LspInfo 0 client attached to buffer However :LspInstall lua is enabled :LspInfo 1 client attached to buffer So I assume there something's wrong with the attachment. Any suggestions?
This video was a life saver. A simple, clean neovim skeleton configuration to build off of. I was moments away from giving up on coding in neovim when I encountered this video. Thanks!
Nik has single-handedly gotten me interested in Vim again after a long hiatus 👍
This is exactly what I needed. Thanks Nik- keep it coming
Superb this was a great help, i appreciate it
Great start! Keep it coming.
thanks
i cannot set the font and icon from nerdfont, how to setting up this on ur nvim IDE?
Can you add autopairs also? It would be very useful...
Thanks a bunch. I've combined this config with my old config
if you have a .vimrc setup, will it interfere with .neovimrc?
By default neovims configuration files are stored at $XDG_CONFIG_HOME/nvim/.
There you can also place your init.vim.
With this setup neovim and vims configuration are not interfering with each other.
Thanks for that. Exactly what I'm looking for
If I just drop your files into my nvim folder will it work?
But we still haven't got native auto-completion . Currently neovim supports only manual-completion with omnifunc
Hello, what font are you using?
Victor mono with the nerd fonts patch! github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/VictorMono/Regular/complete/Victor%20Mono%20Regular%20Nerd%20Font%20Complete.ttf
Can you increase the font size on your next video please?
will do!
where did this lua folder come from, and the files within
from where did u get those lua files. I am gettting error after putting that last lua thing
Hey, thanks for the video it's been a great help, I noticed when you work with TS files it was showing the docs next to the auto complete, I have cloned your repo but mine doesn't show the documentation any idea?
Did you figure this out?
Thanks, great video!
Using your config
:LspInstall php does not enable php.
:LspInfo 0 client attached to buffer
However
:LspInstall lua is enabled
:LspInfo 1 client attached to buffer
So I assume there something's wrong with the attachment.
Any suggestions?
Ubuntu: Solution install nodejs new version with apt. The one I installed with snap wasn't used by neovim...