mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-12 12:31:15 +02:00
nvim: fixed and replaced deprecated parts
This commit is contained in:
@@ -7,7 +7,7 @@ return {
|
||||
-- automatically close html-tags
|
||||
'windwp/nvim-ts-autotag',
|
||||
-- color brackets
|
||||
'p00f/nvim-ts-rainbow',
|
||||
-- 'p00f/nvim-ts-rainbow',
|
||||
},
|
||||
config = function()
|
||||
require("nvim-treesitter.configs").setup({
|
||||
@@ -23,13 +23,13 @@ return {
|
||||
},
|
||||
highlight = { enable = true },
|
||||
autotag = { enable = false },
|
||||
rainbow = {
|
||||
enable = true,
|
||||
extended_mode = true,
|
||||
max_file_lines = nil,
|
||||
-- colors = {},
|
||||
-- termcolors = {}
|
||||
}
|
||||
-- rainbow = {
|
||||
-- enable = true,
|
||||
-- extended_mode = true,
|
||||
-- max_file_lines = nil,
|
||||
-- -- colors = {},
|
||||
-- -- termcolors = {}
|
||||
-- }
|
||||
})
|
||||
end
|
||||
}
|
||||
|
Reference in New Issue
Block a user