Add Mason and Treesitter packages in config

This commit is contained in:
2025-11-01 22:27:49 +01:00
parent 22a9b53675
commit 5f626d1544

View File

@@ -8,12 +8,95 @@ return {
-- event = 'BufWritePre', -- uncomment for format on save
opts = require "configs.conform",
},
{
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = {
"angular",
"arduino",
"awk",
"bash",
"bicep",
"c",
"c_sharp",
"caddy",
"cmake",
"comment",
"cpp",
"css",
"csv",
"desktop",
"diff",
"dockerfile",
"git_config",
"git_rebase",
"gitattributes",
"gitcommit",
"gitignore",
"gnuplot",
"go",
"gpg",
"graphql",
"helm",
"html",
"htmldjango",
"http",
"ini",
"javascript",
"jinja",
"jinja_inline",
"jq",
"json",
"json5",
"kconfig",
"kusto",
"lua",
"luadoc",
"make",
"markdown",
"markdown_inline",
"nginx",
"passwd",
"perl",
"php",
"powershell",
"python",
"regex",
"requirements",
"rst",
"ruby",
"rust",
"scss",
"sql",
"ssh_config",
"strace",
"terraform",
"tmux",
"toml",
"typescript",
"udev",
"vim",
"vimdoc",
"xml",
"yaml",
},
},
},
{
"williamboman/mason.nvim",
opts = {
ensure_installed = {
"python-lsp-server",
"arduino-language-server",
"black",
"css-lsp" ,
"debugpy",
"django-template-lsp",
"flake8",
"html-lsp",
"pylint",
"prettier",
"python-lsp-server",
"shellcheck",
},
},
},