Подсветка синтаксиса: C++/С/Rust

This commit is contained in:
2025-03-05 16:57:55 +03:00
parent d4debecc55
commit 7007025a20
2 changed files with 4 additions and 4 deletions

View File

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