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

changeset 1022
d509e282ae10
parent 1020
b1b644e9825d
child 1029
9265f8508e4c
equal deleted inserted replaced
1021:f0756bba5d2f 1022:d509e282ae10
1 local g = vim.g
2
3 -- >> Undotree
4 g.undotree_SplitWidth = 45
5 g.undotree_SetFocusWhenToggle = 1
6 g.undotree_ShortIndicators = 1
7 g.undotree_DiffCommand = "diff -dp -U 1"
8
9 -- >> Tagbar
10 g.tagbar_autoclose = 1
11 g.tagbar_autofocus = 1
12 g.tagbar_compact = 1
13 g.tagbar_width = 30
14
1 return { 15 return {
2 "editorconfig/editorconfig-vim", 16 "editorconfig/editorconfig-vim",
17
3 "tpope/vim-unimpaired", 18 "tpope/vim-unimpaired",
4 "godlygeek/tabular",
5 "tomtom/tcomment_vim", 19 "tomtom/tcomment_vim",
6 "tpope/vim-endwise", 20 "tpope/vim-endwise",
21 {"godlygeek/tabular", cmd = "Tabularize"},
7 {"mbbill/undotree", cmd = "UndotreeToggle"}, 22 {"mbbill/undotree", cmd = "UndotreeToggle"},
8 23
9 "tpope/vim-vinegar", 24 "tpope/vim-vinegar",
10 "kshenoy/vim-signature", 25 "kshenoy/vim-signature",
11 {"majutsushi/tagbar", cmd = "TagbarToggle"}, 26 {"majutsushi/tagbar", cmd = "TagbarToggle"},

mercurial