nvim: Add D language server to auto config
Automatically install D lsp with mason.
This commit is contained in:
parent
0a3ca9f2b1
commit
5caf254c44
2 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ local servers = {
|
|||
marksman = {},
|
||||
pyright = {},
|
||||
ruff_lsp = {},
|
||||
serve_d = {},
|
||||
tailwindcss = {},
|
||||
taplo = {},
|
||||
texlab = {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue