nvim: treesitter: Enable diff
This commit is contained in:
parent
a9fc35d297
commit
49f88776ea
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
local ts_langs = { "bash", "cpp", "fennel", "fish", "go", "haskell", "html", "java", "javascript", "jsdoc", "json", "markdown", "nix", "python", "query", "racket", "rust", "scheme", "teal", "toml", "tsx", "typescript", "verilog" }
|
local ts_langs = { "bash", "cpp", "diff", "fennel", "fish", "go", "haskell", "html", "java", "javascript", "jsdoc", "json", "markdown", "nix", "python", "query", "racket", "rust", "scheme", "teal", "toml", "tsx", "typescript", "verilog" }
|
||||||
|
|
||||||
require'nvim-treesitter.install'.compilers = { "gcc" }
|
require'nvim-treesitter.install'.compilers = { "gcc" }
|
||||||
require'nvim-treesitter.configs'.setup {
|
require'nvim-treesitter.configs'.setup {
|
||||||
|
|
Loading…
Reference in a new issue