[nvim] Add languages
This commit is contained in:
parent
67130a28e3
commit
ec970f63b0
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ return {
|
|||
local configs = require("nvim-treesitter.configs")
|
||||
|
||||
configs.setup({
|
||||
ensure_installed = { "c", "lua", "vim", "vimdoc", "query", "elixir", "heex", "javascript", "html" },
|
||||
ensure_installed = { "c", "lua", "vim", "vimdoc", "query", "elixir", "heex", "javascript", "html", "php", "css" },
|
||||
sync_install = false,
|
||||
highlight = { enable = true },
|
||||
indent = { enable = true },
|
||||
|
|
Loading…
Reference in a new issue