Sun, 19 Feb 2023 11:03:32 -0600
Fix up tig for nvim
local g = vim.g -- >> Undotree g.undotree_SplitWidth = 45 g.undotree_SetFocusWhenToggle = 1 g.undotree_ShortIndicators = 1 g.undotree_DiffCommand = "diff -dp -U 1" -- >> Tagbar g.tagbar_autoclose = 1 g.tagbar_autofocus = 1 g.tagbar_compact = 1 g.tagbar_width = 30 return { "editorconfig/editorconfig-vim", "tpope/vim-unimpaired", "tomtom/tcomment_vim", "tpope/vim-endwise", {"godlygeek/tabular", cmd = "Tabularize"}, {"mbbill/undotree", cmd = "UndotreeToggle"}, "tpope/vim-vinegar", "kshenoy/vim-signature", {"majutsushi/tagbar", cmd = "TagbarToggle"}, }