basic C lang support
This commit is contained in:
parent
9f2c4dcda7
commit
a56468eefe
4 changed files with 13 additions and 2 deletions
|
@ -2,7 +2,7 @@ return function()
|
|||
require 'nvim-treesitter.configs'.setup {
|
||||
-- A list of parser names, or "all"
|
||||
ensure_installed = { "helm", "awk", "bash", "comment",
|
||||
"css", "csv", "devicetree", "diff", "dockerfile", "git_config",
|
||||
"css", "csv", "c", "cmake", "devicetree", "diff", "dockerfile", "git_config",
|
||||
"git_rebase", "gitattributes", "gitcommit",
|
||||
"html", "htmldjango", "http", "ini",
|
||||
"json", "kconfig",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue