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

Tue, 14 Feb 2023 02:54:12 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 14 Feb 2023 02:54:12 -0600
changeset 1021
f0756bba5d2f
parent 1020
b1b644e9825d
child 1022
d509e282ae10
permissions
-rw-r--r--

Add some plugin config

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