refactor(nvim): remove ts-yati
This commit is contained in:
parent
281da6e03c
commit
bedf3ef8e4
@ -13,9 +13,6 @@ nvim_treesitter.setup({
|
||||
autotag = {
|
||||
enable = true,
|
||||
},
|
||||
yati = {
|
||||
enable = true,
|
||||
},
|
||||
rainbow = {
|
||||
enable = true,
|
||||
extended_mode = true,
|
||||
|
@ -252,14 +252,6 @@ return packer.startup({
|
||||
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
|
||||
use({
|
||||
"brenoprata10/nvim-highlight-colors",
|
||||
|
Loading…
Reference in New Issue
Block a user