2025-11-27 14:26:21 +08:00
2025-11-27 14:26:21 +08:00
2025-11-20 11:52:01 +08:00
2025-11-20 11:52:01 +08:00
2025-11-20 11:52:01 +08:00
2025-11-20 11:52:01 +08:00
2025-11-27 14:26:21 +08:00
2025-11-22 15:27:08 +08:00
2025-11-20 11:52:01 +08:00
2025-11-20 11:52:01 +08:00
2025-11-20 11:52:01 +08:00

💤 LazyVim

A starter template for LazyVim. Refer to the documentation to get started.

环境需求

环境需求在LazyVim官网都会有提到,这里简单记录一些细节。

一般都会用到几个主要部分

  • go
  • python
  • nodejs

插件安装:

插件名称 依赖语言 指令
prettier nodejs npm install prettier
xmlformatter python mason中安装

一些参考配置:

// .prettierrc
{
  "tabWidth": 4,
  "overrides": [
    {
      "files": "*.json",
      "options": {
        "tabWidth": 4
      }
    },
    {
      "files": "*.jsonc",
      "options": {
        "tabWidth": 4
      }
    },
    {
      "files": "*.cfg",
      "options": {
        "parser": "json",
        "tabWidth": 4
      }
    }
  ]
}
Description
No description provided
Readme Apache-2.0 64 KiB
Languages
Lua 100%