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

changeset 1034
d412eecafebf
parent 1031
ceb2e56c6e8f
child 1048
06ff90b09389
equal deleted inserted replaced
1033:589244a349f6 1034:d412eecafebf
10 g.tagbar_autoclose = 1 10 g.tagbar_autoclose = 1
11 g.tagbar_autofocus = 1 11 g.tagbar_autofocus = 1
12 g.tagbar_compact = 1 12 g.tagbar_compact = 1
13 g.tagbar_width = 30 13 g.tagbar_width = 30
14 14
15 -- >> interestingwords
16 -- These are jellybeans colors and some complements
17 g.interestingWordsGUIColors = {
18 '#C4A258','#6AADA0', '#71B9F8', '#A037B0', '#CF6A4C', '#D8AD4C',
19 }
20 g.interestingWordsTermColors = {
21 '179', '73', '75', '133', '167', '136',
22 }
23
15 return { 24 return {
16 "editorconfig/editorconfig-vim", 25 "editorconfig/editorconfig-vim",
17 26
18 "tpope/vim-unimpaired", 27 "tpope/vim-unimpaired",
19 "tomtom/tcomment_vim", 28 "tomtom/tcomment_vim",
20 "tpope/vim-endwise", 29 "tpope/vim-endwise",
21 "godlygeek/tabular", 30 "godlygeek/tabular",
22 {"mbbill/undotree", cmd = "UndotreeToggle"}, 31 {"mbbill/undotree", cmd = "UndotreeToggle"},
23 32
24 "tpope/vim-vinegar", 33 "tpope/vim-vinegar",
34 "lfv89/vim-interestingwords",
25 "kshenoy/vim-signature", 35 "kshenoy/vim-signature",
26 {"majutsushi/tagbar", cmd = "TagbarToggle"}, 36 {"majutsushi/tagbar", cmd = "TagbarToggle"},
27 37
28 { 38 {
29 "RRethy/vim-illuminate", 39 "RRethy/vim-illuminate",

mercurial