refactor(nvim): remove ts-yati
This commit is contained in:
parent
281da6e03c
commit
bedf3ef8e4
@ -13,9 +13,6 @@ nvim_treesitter.setup({
|
|||||||
autotag = {
|
autotag = {
|
||||||
enable = true,
|
enable = true,
|
||||||
},
|
},
|
||||||
yati = {
|
|
||||||
enable = true,
|
|
||||||
},
|
|
||||||
rainbow = {
|
rainbow = {
|
||||||
enable = true,
|
enable = true,
|
||||||
extended_mode = true,
|
extended_mode = true,
|
||||||
|
@ -252,14 +252,6 @@ return packer.startup({
|
|||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Better treesitter indentations
|
|
||||||
-- NOTE: Remove this once treesitter gets up to par
|
|
||||||
-- NOTE: this is just a placeholder until it is.
|
|
||||||
use({
|
|
||||||
"yioneko/nvim-yati",
|
|
||||||
requires = "nvim-treesitter/nvim-treesitter",
|
|
||||||
})
|
|
||||||
|
|
||||||
-- Highlight given color codes
|
-- Highlight given color codes
|
||||||
use({
|
use({
|
||||||
"brenoprata10/nvim-highlight-colors",
|
"brenoprata10/nvim-highlight-colors",
|
||||||
|
Loading…
Reference in New Issue
Block a user