Closed joshryandavis closed 9 months ago
The starter template uses a deprecated method from lazyvim.util.
require("lazyvim.util").on_attach is now require("lazyvim.util").lsp.on_attach
require("lazyvim.util").on_attach
require("lazyvim.util").lsp.on_attach
This creates a warning for the user when loading into nvim when they enable the example.lua template.
thanks
The starter template uses a deprecated method from lazyvim.util.
require("lazyvim.util").on_attach
is nowrequire("lazyvim.util").lsp.on_attach
This creates a warning for the user when loading into nvim when they enable the example.lua template.