This commit is contained in:
2026-06-04 16:35:25 +02:00
parent e04cbdcd80
commit c9a9a61949
4 changed files with 19 additions and 1 deletions
+7
View File
@@ -251,5 +251,12 @@ vim.lsp.config['java'] = {
}
vim.lsp.enable('java')
-- Typst
vim.lsp.config['typst'] = {
cmd = { 'tinymist' },
filetypes = { 'typst' }
}
vim.lsp.enable('typst')
-- Import custom config
require("extraconfig")