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

Sun, 19 Feb 2023 03:46:56 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 19 Feb 2023 03:46:56 -0600
changeset 1023
5a252b101778
parent 1022
d509e282ae10
child 1027
823290a8e710
permissions
-rw-r--r--

update lock

local g = vim.g

-- >> Polyglot
g.polyglot_disabled = {'autoindent', 'sensible', 'vifm', 'perl', 'go'}

-- >> Perl
g.perl_include_pod = 1
g.perl_sub_signatures = 1
g.perl_sync_dist = 300
g.perl_compiler_force_warnings = 0

return {
  'Shougo/vinarise.vim',
  'asciidoc/vim-asciidoc',
  {'vim-perl/vim-perl', branch = 'dev'},
  'sheerun/vim-polyglot',
  'yko/mojo.vim',
}

mercurial