.config/nvim/lua/plugins/editing.lua

Tue, 14 Feb 2023 02:39:04 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 14 Feb 2023 02:39:04 -0600
changeset 1020
b1b644e9825d
parent 1014
b57969db48db
child 1022
d509e282ae10
permissions
-rw-r--r--

Add more plain vim plugins

return {
  "editorconfig/editorconfig-vim",
  "tpope/vim-unimpaired",
  "godlygeek/tabular",
  "tomtom/tcomment_vim",
  "tpope/vim-endwise",
  {"mbbill/undotree", cmd = "UndotreeToggle"},

  "tpope/vim-vinegar",
  "kshenoy/vim-signature",
  {"majutsushi/tagbar", cmd = "TagbarToggle"},
}

mercurial