This commit is contained in:
2025-02-28 01:39:45 +03:00
commit 9b2d3b3b2c
20 changed files with 613 additions and 0 deletions

View File

@ -0,0 +1,5 @@
require'nvim-treesitter.configs'.setup {
ensure_installed = { "markdown", "markdown_inline","lua", "python", "javascript", "html", "css" },
highlight = { enable = true }, -- Включение подсветки синтаксиса
indent = { enable = true }, -- Включение автоматической настройки отступов
}