From 65e8420e472d397b5745a9076bcba23b3fd14412 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Thu, 10 Nov 2022 21:57:18 +0100 Subject: [PATCH] Remove vim-polygot This plugin set the `noexpandtab` setting for no good reason --- vars.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/vars.yml b/vars.yml index b8a49fe..3b0bd5f 100644 --- a/vars.yml +++ b/vars.yml @@ -42,7 +42,6 @@ public_githook_repo: 'git@git.fudiggity.nl:sonny/git-hooks.git' neovim_plugins: - { url: 'https://github.com/preservim/nerdtree', name: 'nerdtree' } - - { url: 'https://github.com/sheerun/vim-polyglot', name: 'vim-polygot' } - { url: 'https://github.com/neovim/nvim-lspconfig', name: 'nvim-lspconfig' } - { url: 'https://github.com/hrsh7th/nvim-cmp/', name: 'nvim-cmp' } - { url: 'https://github.com/hrsh7th/cmp-nvim-lsp/', name: 'cmp-nvim-lsp' }