Skip to content

nvim likec4 lsp config/ syntax/ ftdetect

Notifications You must be signed in to change notification settings

likec4/likec4.nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

likec4.nvim

A Neovim plugin providing syntax highlighting and LSP support for the likec4 language.

Features

  • Syntax highlighting for .c4 files
  • LSP integration with code navigation and completion

Installation

Using lazy.nvim:

{
 'likec4/likec4.nvim',
  build = 'npm install -g @likec4/language-server'
}

Usage

The plugin automatically detects likec4 files (e.g., file.c4) and applies syntax highlighting and LSP features.

License

MIT

About

nvim likec4 lsp config/ syntax/ ftdetect

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  
  •  

Packages

No packages published

Languages

  • Vim Script 81.1%
  • Lua 18.9%