Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Gives you basic diagnostics from the treesitter parser. Its not perfect, and its not quite an lsp, but its lightweight, great for large projects, and better than nothing. Pairs great with ctags.

Example config for lazy.nvim

  {
    'a73s/treesitter-diagnostics.nvim',
    opts = {
      patters = {
        '*.h',
        '*.c',
        '*.cpp',
        '*.java',
        '*.cs',
        '*.ts',
        '*.js',
        '*.json',
        '*.xml',
        '*.html',
        '*.yaml',
        '*.cu',
      },
    },
  },

About

Basic diagnostics from treesitter

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages