diff options
Diffstat (limited to '.vim/lua/plugins.lua')
| -rw-r--r-- | .vim/lua/plugins.lua | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.vim/lua/plugins.lua b/.vim/lua/plugins.lua index 887d19f..27ab248 100644 --- a/.vim/lua/plugins.lua +++ b/.vim/lua/plugins.lua @@ -942,18 +942,6 @@ require('packer').startup({function() -- use {'masukomi/vim-markdown-folding', ft = {'markdown'}} use {'gentoo/gentoo-syntax'} - -- polyglot: multi-language support with lazy loading {{{ - -- NOTE: put language specific plugs before this to avoid conflicsts - use {'sheerun/vim-polyglot', disable = true, - setup = function() - vim.g.polyglot_disabled = vim.tbl_extend('force', _G.treesitter_enabled, { - 'autoindent', - 'sensible', - 'ftdetect', - }) - vim.notify(vim.inspect(vim.g.polyglot_disabled)) - end} -- }}} - use {'NMAC427/guess-indent.nvim', disable = false, -- {{{ config = function() require('guess-indent').setup { |