plugins/nvim-lsp: add per-server onAttach option (#341)

This commit is contained in:
Gaétan Lepage 2023-04-19 14:30:02 +02:00 committed by GitHub
parent 838f616f0a
commit bc468178ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 39 additions and 3 deletions

View file

@ -1,5 +1,8 @@
# This file was generated by nvfetcher, please do not modify it manually.
{ fetchgit, fetchurl, fetchFromGitHub, dockerTools }:
{
fetchgit,
fetchurl,
fetchFromGitHub,
dockerTools,
}: {
}