mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-29 20:04:28 +02:00
plugins/nvim-lsp: add per-server onAttach option (#341)
This commit is contained in:
parent
838f616f0a
commit
bc468178ae
3 changed files with 39 additions and 3 deletions
|
@ -1,5 +1,8 @@
|
|||
# This file was generated by nvfetcher, please do not modify it manually.
|
||||
{ fetchgit, fetchurl, fetchFromGitHub, dockerTools }:
|
||||
{
|
||||
|
||||
fetchgit,
|
||||
fetchurl,
|
||||
fetchFromGitHub,
|
||||
dockerTools,
|
||||
}: {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue