[neovim] feat: use proper treesitter languages
This commit is contained in:
parent
0ea0299890
commit
204b4104c5
@ -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", "css", "lua", "nix,", "yaml" },
|
ensure_installed = { "ansible", "bash", "comment", "nix,", "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