Skip to content
Snippets Groups Projects
Commit b4785b45 authored by Jan Hensel's avatar Jan Hensel :penguin:
Browse files

nvim: Remove typst-lsp

(for now)
parent 7f84ec24
No related branches found
No related tags found
No related merge requests found
......@@ -16,25 +16,6 @@ lspconfig.gopls.setup {}
lspconfig.vimls.setup {}
-- lspconfig.typst_lsp.setup {
-- root_dir = function(path)
-- local strip_dir_pat = '/([^/]+)$'
-- local strip_sep_pat = '/$'
-- if not path or #path == 0 then
-- return
-- end
-- local result = path:gsub(strip_sep_pat, ''):gsub(strip_dir_pat, '')
-- if #result == 0 then
-- if vim.loop.os_uname().version:match 'Windows' then
-- return path:sub(1, 2):upper()
-- else
-- return '/'
-- end
-- end
-- return result
-- end,
-- }
-- tinymist is an LS for typst
lspconfig.tinymist.setup {
settings = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment