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 | |
parent | 6fea110f55831f6328abf12e21a4f0811846fbf7 (diff) | |
download | myconfigs-55578e92bd171e11a4e50e22092a8d14c4ec4085.tar.gz myconfigs-55578e92bd171e11a4e50e22092a8d14c4ec4085.tar.bz2 myconfigs-55578e92bd171e11a4e50e22092a8d14c4ec4085.zip |
-rw-r--r-- | config/nvim/lua/plugins.lua | 2 | ||||
m--------- | private | 0 | ||||
-rw-r--r-- | shvcli.ini | 1 |
3 files changed, 2 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) diff --git a/private b/private -Subproject 2a2c3cbd4fc038e5952b6aff61c26177461d2df +Subproject f2893d6cd14b90711d39cd6b4d86d81c012c45c @@ -1,5 +1,6 @@ [hosts] localhost = tcp://admin@localhost?password=admin!123 +test = tcp://test@localhost?password=test brcg2 = tcp://cli@localhost [hosts-shell] |