Commit bd53f28
committed
Fix corrupted library path of lua_ls
The previous code accidentally overwrote the library path of lua_ls
because it used `vim.tbl_extend` instead of `vim.list_extend`.
Because they paths that were added to the list (`luv` and `busted`) are
not really relevant for neovim configs, they are omitted entirely.
fixes: #21381 parent b01d052 commit bd53f28
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
725 | 725 | | |
726 | 726 | | |
727 | 727 | | |
728 | | - | |
729 | | - | |
730 | | - | |
731 | | - | |
| 728 | + | |
732 | 729 | | |
733 | 730 | | |
734 | 731 | | |
| |||
0 commit comments