diff --git a/.config/nvim/lua/plugins/editing.lua b/.config/nvim/lua/plugins/editing.lua --- a/.config/nvim/lua/plugins/editing.lua +++ b/.config/nvim/lua/plugins/editing.lua @@ -15,10 +15,20 @@ g.tagbar_width = 30 -- >> interestingwords -- These are jellybeans colors and some complements g.interestingWordsGUIColors = { - '#C4A258','#6AADA0', '#71B9F8', '#A037B0', '#CF6A4C', '#D8AD4C', + "#C4A258", + "#6AADA0", + "#71B9F8", + "#A037B0", + "#CF6A4C", + "#D8AD4C", } g.interestingWordsTermColors = { - '179', '73', '75', '133', '167', '136', + "179", + "73", + "75", + "133", + "167", + "136", } return { @@ -28,16 +38,16 @@ return { "tomtom/tcomment_vim", "tpope/vim-endwise", "godlygeek/tabular", - {"mbbill/undotree", cmd = "UndotreeToggle"}, + { "mbbill/undotree", cmd = "UndotreeToggle" }, "tpope/vim-vinegar", "lfv89/vim-interestingwords", "kshenoy/vim-signature", - {"majutsushi/tagbar", cmd = "TagbarToggle"}, + { "majutsushi/tagbar", cmd = "TagbarToggle" }, { "RRethy/vim-illuminate", - event = {"BufReadPost", "BufNewFile"}, + event = { "BufReadPost", "BufNewFile" }, opts = { delay = 250, large_file_cutoff = 15000,