refactor: small changes

This commit is contained in:
2026-09-05 16:53:39 +02:00
parent 0fffee1c1a
commit 4e03b0e297
6 changed files with 95 additions and 73 deletions
-1
View File
@@ -10,7 +10,6 @@ end)
-- Treesitter
Config.now_if_args(function()
vim.pack.add({ 'https://github.com/nvim-treesitter/nvim-treesitter' })
vim.treesitter.language.register('tsx', { 'typescriptreact' })
local filetypes = {
'html', 'css', 'lua', 'go', 'php', 'blade', 'sql', 'javascript',