Nixvim/lsp: Enable tinymist and typst

This commit is contained in:
2026-07-30 15:01:27 +02:00
parent 3939a7c0cf
commit 3831cc1540
@@ -23,6 +23,7 @@
basedpyright.enable = true;
emmet_ls.enable = true;
tinymist.enable = true;
};
keymaps = [
@@ -36,4 +37,7 @@
plugins.lspconfig.enable = true;
plugins.clangd-extensions.enable = true;
plugins.typst-vim = {
enable = true;
};
}