Remove treesitter context

This commit is contained in:
Dreaded_X 2025-05-26 02:55:25 +02:00
parent 0d3d49ddf4
commit 50f54b4a09
Signed by: Dreaded_X
GPG Key ID: 5A0CBFE3C3377FAA

View File

@ -80,12 +80,4 @@ return {
},
},
},
{
"nvim-treesitter/nvim-treesitter-context",
opts = {
multiwindow = true,
mode = "topline",
separator = require("symbols.window").borderchars[3],
},
},
}