diff options
Diffstat (limited to '.config/nvim/lsp/typst_lsp.lua')
-rw-r--r-- | .config/nvim/lsp/typst_lsp.lua | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.config/nvim/lsp/typst_lsp.lua b/.config/nvim/lsp/typst_lsp.lua deleted file mode 100644 index 966528b..0000000 --- a/.config/nvim/lsp/typst_lsp.lua +++ /dev/null @@ -1,12 +0,0 @@ ----@brief ---- ---- https://github.com/nvarner/typst-lsp ---- ---- Language server for Typst. - ----@type vim.lsp.Config -return { - cmd = { 'typst-lsp' }, - filetypes = { 'typst' }, - root_markers = { '.git' }, -} |