From c68efbd97d5db09bfcd9cc49fcba848d54216cd2 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 2 Aug 2022 22:02:56 +0200 Subject: vim: drop polyglot for good --- .vim/lua/plugins.lua | 12 ------------ 1 file changed, 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 { -- cgit 1.4.1