Updated nvim to 0.12 -> removed nvim treesitter because it has become redundant and merged into nvim itself

This commit is contained in:
Robin Jenni
2026-05-19 06:39:40 +02:00
parent 925818334b
commit 826aba247f
4 changed files with 15 additions and 30 deletions
-1
View File
@@ -12,7 +12,6 @@ return {
})
end,
dependencies = {
'nvim-treesitter/nvim-treesitter',
'nvim-tree/nvim-web-devicons',
}
}