mirror of
https://github.com/cap153/nvim.git
synced 2026-01-11 17:18:19 +08:00
完善treesitter相关配置
This commit is contained in:
parent
d1f5f0a2c8
commit
6a883b41e9
12 changed files with 207 additions and 182 deletions
|
|
@ -91,11 +91,11 @@ require("lazy").setup({
|
|||
require("lazy.plugins.kittyscroll"),
|
||||
-- 像cursor一样使用neovim
|
||||
require("lazy.plugins.avante"),
|
||||
-- 在浏览器中查看markdown preview
|
||||
require("lazy.plugins.markdownpreview"),
|
||||
-- mcp server插件
|
||||
-- require("lazy.plugins.mcphub"),
|
||||
-- 用于改进在 Neovim 中查看 Markdown 文件的插件
|
||||
-- require("lazy.plugins.markview"),
|
||||
-- require("lazy.plugins.render-markdown"),
|
||||
-- 在浏览器中查看markdown preview
|
||||
require("lazy.plugins.markdownpreview"),
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue