feat(nvim): update lazyvim to use new system

This commit is contained in:
2023-10-13 11:29:56 +03:00
parent 988cb9cd18
commit 5a95484c58
8 changed files with 75 additions and 58 deletions

View File

@@ -7,7 +7,7 @@ return {
},
setup = {
eslint = function()
require("lazyvim.util").on_attach(function(client)
require("lazyvim.util.lsp").on_attach(function(client)
if client.name == "eslint" then
client.server_capabilities.documentFormattingProvider = true
elseif client.name == "tsserver" then