From 84c501be462e03b55401ca962e03ff56e1bb1ae5 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 31 May 2021 16:53:43 +0200 Subject: vim: use the official editorconfig plugin --- .vim/lua/plugins.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.vim/lua/plugins.lua b/.vim/lua/plugins.lua index d41024e..ead7e23 100644 --- a/.vim/lua/plugins.lua +++ b/.vim/lua/plugins.lua @@ -90,6 +90,9 @@ return require'packer'.startup(function() use {'junegunn/vim-easy-align'} + use {'editorconfig/editorconfig-vim', + config = "require('plugins._editorconfig')" + } -- use {'tpope/vim-sleuth'} -- detect indentation use {'nathanaelkane/vim-indent-guides', disable = true, @@ -97,7 +100,6 @@ return require'packer'.startup(function() } use {'tpope/vim-repeat'} -- extend '.' to plugins - use {'sgur/vim-editorconfig'} -- implements editorconfig in vimscript use {'michaeljsmith/vim-indent-object'} -- adds indentation text-objects use {'kshenoy/vim-signature', disable = true} -- toggle, display and navigate marks use {'norcalli/nvim-colorizer.lua', @@ -108,9 +110,7 @@ return require'packer'.startup(function() config = "require('plugins._git-messenger')" } - use {'TimUntersberger/neogit', - cmd = 'Neogit' - } + use {'TimUntersberger/neogit'} use {'rhysd/conflict-marker.vim', disable = true} -- use {'liuchengxu/vista.vim'} -- sidebar populated by lsp, ctags, etc. -- cgit 1.4.1