A Neovim plugin providing syntax highlighting and LSP support for the likec4 language.
- Syntax highlighting for 
.c4files - LSP integration with code navigation and completion
 
Using lazy.nvim:
{
  'gjveld/likec4.nvim',
  build = 'npm install -g @likec4/language-server'
}The plugin automatically detects likec4 files (e.g., file.c4) and applies syntax highlighting and LSP features.
MIT