feat: new utils + some styling

This commit is contained in:
2025-09-19 14:35:29 +02:00
parent 85b5984a83
commit f3c775b33b
4 changed files with 176 additions and 168 deletions

View File

@@ -13,6 +13,13 @@ return {
end,
},
{
"nvim-treesitter/nvim-treesitter-context",
opts = function()
return require("plugins.opts.treesitterContext")
end,
},
-- │ Completion │
{
"saghen/blink.cmp",