We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a2ec70 commit b70ca8cCopy full SHA for b70ca8c
src/routes/docs/recipes.mdx
@@ -12,8 +12,6 @@ This page will contain useful snippets of plugin configs & vim tricks etc shared
12
- If you have multiple servers configured in your lspconfig, then you can just put them in a table & loop through them for a cleaner syntax.
13
14
```lua
15
-local configs = require "nvchad.configs.lspconfig"
16
-
17
local servers = {
18
html = {},
19
awk_ls = {},
0 commit comments