mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
perf(util): split lazyvim.util in smaller separate modules
This commit is contained in:
parent
b304db9236
commit
aa0e4f52e4
20 changed files with 442 additions and 283 deletions
|
@ -16,7 +16,7 @@ return {
|
|||
},
|
||||
setup = {
|
||||
ruff_lsp = function()
|
||||
require("lazyvim.util").on_attach(function(client, _)
|
||||
require("lazyvim.util").lsp.on_attach(function(client, _)
|
||||
if client.name == "ruff_lsp" then
|
||||
-- Disable hover in favor of Pyright
|
||||
client.server_capabilities.hoverProvider = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue