Nixvim/lsp: Enable tinymist and typst
This commit is contained in:
@@ -23,6 +23,7 @@
|
|||||||
|
|
||||||
basedpyright.enable = true;
|
basedpyright.enable = true;
|
||||||
emmet_ls.enable = true;
|
emmet_ls.enable = true;
|
||||||
|
tinymist.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
keymaps = [
|
keymaps = [
|
||||||
@@ -36,4 +37,7 @@
|
|||||||
|
|
||||||
plugins.lspconfig.enable = true;
|
plugins.lspconfig.enable = true;
|
||||||
plugins.clangd-extensions.enable = true;
|
plugins.clangd-extensions.enable = true;
|
||||||
|
plugins.typst-vim = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user