Skip to content

Commit

Permalink
Fix nvim-moonmaker being loaded on non-dev systems
Browse files Browse the repository at this point in the history
  • Loading branch information
Shados committed Apr 23, 2019
1 parent 65d18da commit 368109b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ scriptencoding "utf-8"
Plug 'elzr/vim-json' " Notably, let's you fold on json dict/lists
Plug 'dag/vim-fish', { 'for': 'fish' }
Plug 'leafo/moonscript-vim', { 'for': 'moon'}
Plug 'Shados/nvim-moonmaker' " Only needed if doing Moonscript plugin dev, can just distribute them with the built .lua files
if executable('moonc')
Plug 'Shados/nvim-moonmaker' " Only needed if doing Moonscript plugin dev, can just distribute them with the built .lua files
endif
Plug 'chikamichi/mediawiki.vim'
Plug 'peterhoeg/vim-qml'
Plug 'spamwax/tup-syntax.vim'
Expand Down

0 comments on commit 368109b

Please sign in to comment.