Skip to content

Commit

Permalink
chore(nvim): Add diagnostic ignore comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Sep 6, 2023
1 parent 030b02f commit e85d6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/my/configure/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ return {
})
-- highlight mdx with markdown -- it's close enough. We also do JSX injection via ./after/queries/markdown/injections.scm
vim.treesitter.language.register('markdown', 'mdx')
require('nvim-treesitter.configs').setup({
require('nvim-treesitter.configs').setup({ ---@diagnostic disable-line:missing-fields
ensure_installed = require('my.lsp.filetypes').treesitter_parsers(),
highlight = {
enable = true,
Expand Down

0 comments on commit e85d6f3

Please sign in to comment.