From 414a12410b873f226d2fe073d6f87b1aca868b71 Mon Sep 17 00:00:00 2001 From: yassun7010 Date: Sun, 25 May 2025 03:04:58 +0900 Subject: feat(lsp): add Tombi language server configuration --- lsp/tombi.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lsp/tombi.lua (limited to 'lsp/tombi.lua') diff --git a/lsp/tombi.lua b/lsp/tombi.lua new file mode 100644 index 00000000..fc1cc886 --- /dev/null +++ b/lsp/tombi.lua @@ -0,0 +1,11 @@ +---@brief +--- +--- https://tombi-toml.github.io/tombi/ +--- +--- Language server for Tombi, a TOML toolkit. +--- +return { + cmd = { 'tombi', 'lsp' }, + filetypes = { 'toml' }, + root_markers = { 'tombi.toml', '.git' }, +} -- cgit v1.2.3-70-g09d2