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

changeset 1064
fcfa295076a8
parent 1048
06ff90b09389
child 1068
537a428597b5
equal deleted inserted replaced
1063:2763a54b0410 1064:fcfa295076a8
13 g.tagbar_width = 30 13 g.tagbar_width = 30
14 14
15 -- >> interestingwords 15 -- >> interestingwords
16 -- These are jellybeans colors and some complements 16 -- These are jellybeans colors and some complements
17 g.interestingWordsGUIColors = { 17 g.interestingWordsGUIColors = {
18 '#C4A258','#6AADA0', '#71B9F8', '#A037B0', '#CF6A4C', '#D8AD4C', 18 "#C4A258",
19 "#6AADA0",
20 "#71B9F8",
21 "#A037B0",
22 "#CF6A4C",
23 "#D8AD4C",
19 } 24 }
20 g.interestingWordsTermColors = { 25 g.interestingWordsTermColors = {
21 '179', '73', '75', '133', '167', '136', 26 "179",
27 "73",
28 "75",
29 "133",
30 "167",
31 "136",
22 } 32 }
23 33
24 return { 34 return {
25 "editorconfig/editorconfig-vim", 35 "editorconfig/editorconfig-vim",
26 36
27 "tpope/vim-unimpaired", 37 "tpope/vim-unimpaired",
28 "tomtom/tcomment_vim", 38 "tomtom/tcomment_vim",
29 "tpope/vim-endwise", 39 "tpope/vim-endwise",
30 "godlygeek/tabular", 40 "godlygeek/tabular",
31 {"mbbill/undotree", cmd = "UndotreeToggle"}, 41 { "mbbill/undotree", cmd = "UndotreeToggle" },
32 42
33 "tpope/vim-vinegar", 43 "tpope/vim-vinegar",
34 "lfv89/vim-interestingwords", 44 "lfv89/vim-interestingwords",
35 "kshenoy/vim-signature", 45 "kshenoy/vim-signature",
36 {"majutsushi/tagbar", cmd = "TagbarToggle"}, 46 { "majutsushi/tagbar", cmd = "TagbarToggle" },
37 47
38 { 48 {
39 "RRethy/vim-illuminate", 49 "RRethy/vim-illuminate",
40 event = {"BufReadPost", "BufNewFile"}, 50 event = { "BufReadPost", "BufNewFile" },
41 opts = { 51 opts = {
42 delay = 250, 52 delay = 250,
43 large_file_cutoff = 15000, 53 large_file_cutoff = 15000,
44 }, 54 },
45 config = function(_, opts) 55 config = function(_, opts)

mercurial