v1.1.0
版本发布时间: 2023-01-22 22:18:04
LazyVim/LazyVim最新发布版本:v13.5.2(2024-11-19 22:36:38)
1.1.0 (2023-01-22)
Features
- install latest stable release of lazy.nvim and LazyVim (8bc321b)
- lsp: make it easier to customize LSP keymaps. Fixes #93 (47ba46f)
- lsp: setup lsp servers not supported by mason-lspconfig and added mason=false to skip server setup by mason. Fixes #95 (cc0171e)
Bug Fixes
- core: use lazy.nvim version configured by the user (254d0ca)
- indent-blankline: load on BufReadPost to prevent neo-tree errors (1ea6534)
-
keymaps: switch
<leader>gg
and<leader>gG
to be consistent with the other keymaps (7be8efa) - treesitter: dont add to ensure_installed when "all". Fixes #98 (280f4cf)