Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
commotionfever
on Sept 3, 2020
|
parent
|
context
|
favorite
| on:
Using Vim for C++ Development
With neovim 0.5, you can drop two dependencies,
Plug -> built-in vim packages CoC -> built-in LSP client
Khaveesh
on Sept 3, 2020
|
next
[–]
You could drop Plug even with the existing stable release. Native packages have been supported since Vim8 and NeoVim 0.2
alfalfasprout
on Sept 3, 2020
|
prev
[–]
Do you get semantic highlighting though? That was one of the big reasons just using an LSP client wasn't enough.
commotionfever
on Sept 3, 2020
|
parent
|
next
[–]
For that I just installed vim-polyglot. Its a big ole collection of syntax and indent rules
commotionfever
on Sept 4, 2020
|
parent
|
prev
[–]
Oh checkout nvim treesitter
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Plug -> built-in vim packages CoC -> built-in LSP client