mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-03 02:34:59 -05:00
Nixvim uses a common function for the on attach function of lsp, __lspOnAttach. With the current implementation the function was not taken into account if no server options were present, this fixes this issue.