mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-12-25 04:41:46 +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
|
||||
auto_install = true,
|
||||
ignore_install = {
|
||||
'arduino',
|
||||
},
|
||||
-- Enable autotags and -rename
|
||||
autotag = {
|
||||
enable = true,
|
||||
|
Loading…
Reference in New Issue
Block a user