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
|
||||
},
|
||||
},
|
||||
{
|
||||
"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 = {
|
||||
"RainbowRed",
|
||||
"RainbowYellow",
|
||||
"RainbowBlue",
|
||||
"RainbowOrange",
|
||||
"RainbowGreen",
|
||||
"RainbowViolet",
|
||||
"RainbowCyan",
|
||||
"RainbowGreen",
|
||||
"RainbowCyan",
|
||||
"RainbowYellow",
|
||||
"RainbowBlue",
|
||||
"RainbowOrange",
|
||||
"RainbowViolet",
|
||||
"RainbowRed",
|
||||
}
|
||||
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