diff --git a/nix/home/neovim/neovim.nix b/nix/home/neovim/neovim.nix index 8e9ff30..f3da473 100644 --- a/nix/home/neovim/neovim.nix +++ b/nix/home/neovim/neovim.nix @@ -113,7 +113,7 @@ config = function () local configs = require("nvim-treesitter.configs") configs.setup({ - ensure_installed = { "ansible", "bash", "comment", "nix,", "yaml" }, + ensure_installed = { "ansible", "bash", "comment", "nix,", "python", "yaml" }, sync_install = false, highlight = { enable = true }, indent = { enable = true },