init.lua icon indicating copy to clipboard operation
init.lua copied to clipboard

(example) lsp configuration without lsp-zero

Open VonHeikemen opened this issue 1 year ago • 1 comments

The current version of lsp-zero does not work with the code in the tutorial 0 to LSP. So if anyone out there wants to configure the LSP servers without lsp-zero, this PR shows how.

If someone wants to upgrade the config to the current version of lsp-zero: here is the code adapted to the new version

VonHeikemen avatar Sep 29 '23 14:09 VonHeikemen

Awesome, thank you for this! Just a heads up, though: packer's README recommends using either lazy.nvim or pckr.nvim since the packer repo is currently unmaintained

ravihlb avatar Oct 25 '23 19:10 ravihlb