feat(nvim): add typst lsp
This commit is contained in:
parent
579e711735
commit
7deef6eabd
3 changed files with 7 additions and 0 deletions
|
|
@ -234,6 +234,10 @@ with builtins;
|
|||
cmd = [ "StartupTime" ];
|
||||
conf = readFile ./vim-startuptime.lua;
|
||||
}
|
||||
{
|
||||
plugin = typst-vim;
|
||||
ft = [ "typst" "typ" ];
|
||||
}
|
||||
{
|
||||
plugin = comment-nvim;
|
||||
event = [ "BufReadPost" "BufNewFile" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue