23022024-4
This commit is contained in:
parent
8930c5b7df
commit
06e5331c46
5 changed files with 33 additions and 9 deletions
|
@ -1,4 +1,6 @@
|
|||
local config = function()
|
||||
local parser_configs = require("nvim-treesitter.parsers").get_parser_configs()
|
||||
parser_configs.markdown.used_by = { "telekasten" }
|
||||
require("nvim-treesitter.configs").setup({
|
||||
build = ":TSUpdate",
|
||||
indent = {
|
||||
|
@ -49,5 +51,5 @@ end
|
|||
return {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
lazy = false,
|
||||
opts = config,
|
||||
config = config,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue