Updates
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user