Compare commits
2 Commits
ee32b9dda0
...
b559a7f2ef
Author | SHA1 | Date | |
---|---|---|---|
b559a7f2ef | |||
11fd5e8de1 |
@ -25,4 +25,20 @@ return {
|
|||||||
map_c_w = false, -- map <c-w> to delete a pair if possible
|
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)
|
-- require("ibl").setup(opts)
|
||||||
|
|
||||||
local highlight = {
|
local highlight = {
|
||||||
"RainbowRed",
|
"RainbowGreen",
|
||||||
"RainbowYellow",
|
"RainbowCyan",
|
||||||
"RainbowBlue",
|
"RainbowYellow",
|
||||||
"RainbowOrange",
|
"RainbowBlue",
|
||||||
"RainbowGreen",
|
"RainbowOrange",
|
||||||
"RainbowViolet",
|
"RainbowViolet",
|
||||||
"RainbowCyan",
|
"RainbowRed",
|
||||||
}
|
}
|
||||||
local hooks = require "ibl.hooks"
|
local hooks = require "ibl.hooks"
|
||||||
-- create the highlight groups in the highlight setup hook, so they are reset
|
-- create the highlight groups in the highlight setup hook, so they are reset
|
||||||
|
Loading…
x
Reference in New Issue
Block a user