Compare commits
No commits in common. "b559a7f2efa7bf7bec3f45ddc94b539e211a2f95" and "ee32b9dda0d7020ebdf22d7169b745f284fb3d33" have entirely different histories.
b559a7f2ef
...
ee32b9dda0
@ -25,20 +25,4 @@ return {
|
||||
map_c_w = false, -- map <c-w> to delete a pair if possible
|
||||
},
|
||||
},
|
||||
{
|
||||
"windwp/nvim-ts-autotag",
|
||||
event = "InsertEnter",
|
||||
config = true
|
||||
},
|
||||
|
||||
{
|
||||
"kylechui/nvim-surround",
|
||||
version = "^3.0.0", -- Use for stability; omit to use `main` branch for the latest features
|
||||
event = "VeryLazy",
|
||||
config = function()
|
||||
require("nvim-surround").setup({
|
||||
-- Configuration here, or leave empty to use defaults
|
||||
})
|
||||
end
|
||||
},
|
||||
}
|
||||
|
@ -10,13 +10,13 @@ return {
|
||||
-- require("ibl").setup(opts)
|
||||
|
||||
local highlight = {
|
||||
"RainbowGreen",
|
||||
"RainbowCyan",
|
||||
"RainbowYellow",
|
||||
"RainbowBlue",
|
||||
"RainbowOrange",
|
||||
"RainbowViolet",
|
||||
"RainbowRed",
|
||||
"RainbowRed",
|
||||
"RainbowYellow",
|
||||
"RainbowBlue",
|
||||
"RainbowOrange",
|
||||
"RainbowGreen",
|
||||
"RainbowViolet",
|
||||
"RainbowCyan",
|
||||
}
|
||||
local hooks = require "ibl.hooks"
|
||||
-- create the highlight groups in the highlight setup hook, so they are reset
|
||||
|
Loading…
x
Reference in New Issue
Block a user