config(nvim): wait for nvim 0.11

main
sudo pacman -Syu 2025-01-31 00:12:28 +07:00
parent b86a785f0c
commit fb959e3539
1 changed files with 4 additions and 0 deletions

View File

@ -543,6 +543,10 @@ require("lazy").setup({
-- https://github.com/neovim/nvim-lspconfig/blob/master/doc/configs.md#tinymist
lspconfig.tinymist.setup({})
-- https://github.com/neovim/nvim-lspconfig/issues/3588
-- https://github.com/neovim/neovim/pull/31031
-- TODO: Wait for nvim 0.11
-- General
vim.keymap.set("n", "<Space>e", vim.diagnostic.open_float)
vim.keymap.set("n", "<Space>lr", ":LspRestart<CR>")