nvim: treesitter: Enable markdown
This commit is contained in:
parent
8ed965088a
commit
5abf204ae6
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
-- https://github.com/nvim-treesitter/nvim-treesitter-textobjects/issues/100.
|
||||
require'nvim-treesitter-textobjects'
|
||||
|
||||
local ts_langs = { "bash", "c", "cpp", "fish", "haskell", "java", "javascript", "jsdoc", "json", "lua", "nix", "python", "query", "rust", "teal", "toml", "tsx", "typescript", "verilog", "vim" }
|
||||
local ts_langs = { "bash", "c", "cpp", "fish", "haskell", "java", "javascript", "jsdoc", "json", "lua", "markdown", "nix", "python", "query", "rust", "teal", "toml", "tsx", "typescript", "verilog", "vim" }
|
||||
|
||||
require'nvim-treesitter.install'.compilers = { "gcc" }
|
||||
require'nvim-treesitter.configs'.setup {
|
||||
|
|
Loading…
Reference in a new issue