[neovim] feat: use proper treesitter languages

This commit is contained in:
Simon Cornet 2024-06-18 17:24:49 +02:00
parent 0ea0299890
commit 204b4104c5

View File

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