Clingo Syntax Syntax highlighting for clingo code in neovim using treesitter. Dependencies nvim-treesitter C compiler git Installation (LazyVim) Put in the code below in <nvim-config>/lua/plugins/clingo.lua: return { { "rkaminsk/clingo-syntax.nvim" } } To update the parser run: TSUpdate clingo