Mercurial > dotfiles
changeset 581:ea43c828daa1
Add clangd config
author | Zeger Van de Vannet <zegervdv@me.com> |
---|---|
date | Fri, 01 Apr 2022 18:13:18 +0200 |
parents | 23426c0f0e58 |
children | 8d5873878bb8 |
files | .chezmoitemplates/init.lua |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.chezmoitemplates/init.lua Fri Mar 25 10:39:02 2022 +0100 +++ b/.chezmoitemplates/init.lua Fri Apr 01 18:13:18 2022 +0200 @@ -947,6 +947,12 @@ cmd = { home .. '/.local/bin/esbonio' }, } +lsp.clangd.setup { + on_attach = on_attach, + capabilities = capabilities, + root_dir = root_dir, +} + null_ls.setup { sources = { null_ls.builtins.formatting.black,