1
0

Added AI, cleaned up some things

This commit is contained in:
2025-04-20 14:56:10 +02:00
parent 6b8298f00d
commit 1337963f72
9 changed files with 162 additions and 84 deletions

View File

@@ -0,0 +1,16 @@
return {
{
"nvim-treesitter/nvim-treesitter-context",
dependencies = {
},
config = function()
require('treesitter-context').setup({
enable = true,
max_lines = 4,
min_window_height = 0,
line_numbers = true,
mode = 'cursor',
})
end
}
}