nvim: Add D language server to auto config

Automatically install D lsp with mason.
This commit is contained in:
Marty Oehme 2023-08-07 11:30:55 +02:00
parent 0a3ca9f2b1
commit 5caf254c44
Signed by: Marty
GPG Key ID: EDBF2ED917B2EF6A
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
-- help out mini.comment since the treesitter implementation does not have
-- comment functionality so far afaik
vim.bo.commentstring = "// %s"

View File

@ -32,6 +32,7 @@ local servers = {
marksman = {},
pyright = {},
ruff_lsp = {},
serve_d = {},
tailwindcss = {},
taplo = {},
texlab = {},