diff options
author | Karel Kočí <cynerd@email.cz> | 2024-12-10 21:42:31 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2024-12-10 21:42:31 +0100 |
commit | 55578e92bd171e11a4e50e22092a8d14c4ec4085 (patch) | |
tree | 48c3bacc2f4c1f57750b963584e47a0577b42f84 /config/nvim/lua | |
parent | 6fea110f55831f6328abf12e21a4f0811846fbf7 (diff) | |
download | myconfigs-55578e92bd171e11a4e50e22092a8d14c4ec4085.tar.gz myconfigs-55578e92bd171e11a4e50e22092a8d14c4ec4085.tar.bz2 myconfigs-55578e92bd171e11a4e50e22092a8d14c4ec4085.zip |
Diffstat (limited to 'config/nvim/lua')
-rw-r--r-- | config/nvim/lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/nvim/lua/plugins.lua b/config/nvim/lua/plugins.lua index 5ebc26a..9e148ee 100644 --- a/config/nvim/lua/plugins.lua +++ b/config/nvim/lua/plugins.lua @@ -181,5 +181,5 @@ require("packer").startup(function(use) lspconfig.clangd.setup({}) lspconfig.nil_ls.setup({}) lspconfig.pylsp.setup({}) - lspconfig.typst_lsp.setup({}) + lspconfig.tinymist.setup({}) end) |