dotfiles/nvim/.config/nvim/after/ftplugin/d.lua
Marty Oehme 5caf254c44
nvim: Add D language server to auto config
Automatically install D lsp with mason.
2023-08-07 12:17:20 +02:00

3 lines
144 B
Lua

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