Neovim Beginner's Guide (Part 4): LSP Configuration (II)
Neovim Beginner’s Guide (Part Three): LSP Configuration (Part One) discussed what LSP is, how to configure it, and how to start it. Now, let’s proceed with other configurations related to LSP. This chapter mainly covers the following aspects: code highlighting, code formatting, and UI beautification related to LSP.
⚠️ Error Warning Prompt
After setting up LSP, when we write code and encounter errors, corresponding reminders will appear. As shown in the following image:
