remove typst autocmd
This commit is contained in:
parent
4033f5fe94
commit
a2f6403fd5
1 changed files with 0 additions and 11 deletions
|
@ -90,14 +90,3 @@ vim.api.nvim_create_autocmd('ColorScheme', {
|
|||
vim.cmd [[highlight Comment gui=NONE]] -- no italics for comments
|
||||
end,
|
||||
})
|
||||
|
||||
-- pin main.typ for typst projects
|
||||
vim.api.nvim_create_autocmd('FileType', {
|
||||
group = augroup,
|
||||
pattern = {
|
||||
'typst',
|
||||
},
|
||||
callback = function()
|
||||
print "Don't forget to pin the main typst file for multifile support: <leader>tp"
|
||||
end,
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue