kconfig-lsp 0.1.0

A language server for Kconfig files used in Linux, Zephyr, U-Boot, and coreboot
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod analysis;
pub mod ast;
pub mod completion;
pub mod definition;
pub mod diagnostics;
pub mod hover;
pub mod lexer;
pub mod parser;
pub mod references;
pub mod server;