[neovim] feat: use proper treesitter languages
This commit is contained in:
parent
0ea0299890
commit
204b4104c5
@ -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 },
|
||||
|
Reference in New Issue
Block a user