[neovim] feat: added python to treesitter

This commit is contained in:
Simon Cornet 2024-06-18 17:30:54 +02:00
parent 204b4104c5
commit 006bb014df

View File

@ -113,7 +113,7 @@
config = function () config = function ()
local configs = require("nvim-treesitter.configs") local configs = require("nvim-treesitter.configs")
configs.setup({ configs.setup({
ensure_installed = { "ansible", "bash", "comment", "nix,", "yaml" }, ensure_installed = { "ansible", "bash", "comment", "nix,", "python", "yaml" },
sync_install = false, sync_install = false,
highlight = { enable = true }, highlight = { enable = true },
indent = { enable = true }, indent = { enable = true },