mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-12-25 21:01:45 +00:00
ignore install arduino because of processing-java
This commit is contained in:
parent
9baf31685b
commit
05d6e9158c
@ -26,6 +26,9 @@ return {
|
|||||||
},
|
},
|
||||||
-- Autoinstall languages that are not installed
|
-- Autoinstall languages that are not installed
|
||||||
auto_install = true,
|
auto_install = true,
|
||||||
|
ignore_install = {
|
||||||
|
'arduino',
|
||||||
|
},
|
||||||
-- Enable autotags and -rename
|
-- Enable autotags and -rename
|
||||||
autotag = {
|
autotag = {
|
||||||
enable = true,
|
enable = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user