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
3
nvim/.config/nvim/after/ftplugin/d.lua
Normal file
3
nvim/.config/nvim/after/ftplugin/d.lua
Normal 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"
|
|
@ -32,6 +32,7 @@ local servers = {
|
|||
marksman = {},
|
||||
pyright = {},
|
||||
ruff_lsp = {},
|
||||
serve_d = {},
|
||||
tailwindcss = {},
|
||||
taplo = {},
|
||||
texlab = {},
|
||||
|
|
Loading…
Reference in a new issue