diff --git a/.config/nvim/lua/plugins/editing.lua b/.config/nvim/lua/plugins/editing.lua --- a/.config/nvim/lua/plugins/editing.lua +++ b/.config/nvim/lua/plugins/editing.lua @@ -1,4 +1,12 @@ return { + "editorconfig/editorconfig-vim", + "tpope/vim-unimpaired", + "godlygeek/tabular", + "tomtom/tcomment_vim", + "tpope/vim-endwise", + {"mbbill/undotree", cmd = "UndotreeToggle"}, + "tpope/vim-vinegar", - "tpope/vim-unimpaired", + "kshenoy/vim-signature", + {"majutsushi/tagbar", cmd = "TagbarToggle"}, }