Skip to content

a73s/treesitter-diagnostics.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages