[neovim] feat: added python to treesitter
This commit is contained in:
parent
204b4104c5
commit
006bb014df
@ -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 },
|
||||||
|
Reference in New Issue
Block a user