๐Ÿ“ฆ haasal / lazyvim-config

๐Ÿ“„ .neoconf.json ยท 16 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16{
  "neodev": {
    "library": {
      "enabled": true,
      "plugins": true
    }
  },
  "neoconf": {
    "plugins": {
      "lua_ls": {
        "enabled": true
      }
    }
  }
}