refactor(nvim): remove ts-yati

This commit is contained in:
Price Hiller 2022-09-18 19:53:39 -05:00
parent 281da6e03c
commit bedf3ef8e4
2 changed files with 0 additions and 11 deletions

View File

@ -13,9 +13,6 @@ nvim_treesitter.setup({
autotag = {
enable = true,
},
yati = {
enable = true,
},
rainbow = {
enable = true,
extended_mode = true,

View File

@ -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",