Add treesitter

This commit is contained in:
2026-01-14 21:01:46 +01:00
parent 6ce99540d1
commit 3edbe2c7f3
5 changed files with 38 additions and 10 deletions

View File

@ -0,0 +1,8 @@
return {
"folke/tokyonight.nvim",
lazy = false, -- load immediately
priority = 1000, -- load before other plugins
config = function()
vim.cmd("colorscheme tokyonight")
end,
}