.config/nvim/lua/plugins/filetype.lua

changeset 1022
d509e282ae10
child 1027
823290a8e710
equal deleted inserted replaced
1021:f0756bba5d2f 1022:d509e282ae10
1 local g = vim.g
2
3 -- >> Polyglot
4 g.polyglot_disabled = {'autoindent', 'sensible', 'vifm', 'perl', 'go'}
5
6 -- >> Perl
7 g.perl_include_pod = 1
8 g.perl_sub_signatures = 1
9 g.perl_sync_dist = 300
10 g.perl_compiler_force_warnings = 0
11
12 return {
13 'Shougo/vinarise.vim',
14 'asciidoc/vim-asciidoc',
15 {'vim-perl/vim-perl', branch = 'dev'},
16 'sheerun/vim-polyglot',
17 'yko/mojo.vim',
18 }

mercurial