Add support for clangd for c languages in emacs.

This commit is contained in:
Tom Alexander
2024-06-02 12:09:45 -04:00
parent e469ed8b9a
commit c36568462f
9 changed files with 65 additions and 9 deletions

View File

@@ -16,20 +16,20 @@
when: 'emacs_flavor == "full"'
package:
name:
- py39-pygments
- py311-pygments
- inkscape # to support SVGs in LaTeX
# - prettier # typescript formatting
- aspell
- en-aspell
- unzip # for extracting mspyls
- py39-isort
- py39-black
- py311-isort
- py311-black
- zip # for odt export from org-mode
- gnuplot # used for exporting graphs from org-mode
# - pyright
- sqlite3 # for sqlite code blocks in org-mode
# - terraform-ls # Terraform language server
- py39-ptvsd
- py311-ptvsd
- hs-ShellCheck
# - gopls
state: present