Commit 2e09bcb
authored
fix(config): invalid key checking in config handles lists and doesn't… (#35)
* fix(config): invalid key checking in config handles lists and doesn't throw errors
instead of crashing python.nvim, show a notification as a warning.
Be able to handle list-type tables by not having it be an error if the
key is a number (indicating its a list)
* chore: lint on config
* ci(nvim): remove testing for neovim 10, 11 is only supported for lspconfig1 parent ef512f3 commit 2e09bcb
File tree
3 files changed
+16
-5
lines changed- .github/workflows
- lua/python
- tests
3 files changed
+16
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
133 | 137 | | |
134 | | - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
135 | 143 | | |
| 144 | + | |
136 | 145 | | |
137 | 146 | | |
138 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
0 commit comments