added c-mode config with LSP support, and added flymake to sh-mode

This commit is contained in:
2024-07-01 20:07:01 +02:00
parent c16659037c
commit 47eb117e9f
4 changed files with 25 additions and 6 deletions

View File

@@ -113,6 +113,7 @@
(require 'init-shellscript)
(require 'init-perl)
(require 'init-go)
(require 'init-c)
(require 'init-lua)
(require 'init-sgml)
(require 'init-webmode)