fix: only run clangd for C files

This commit is contained in:
2025-01-31 15:34:21 +01:00
parent 575b28d5bc
commit e1081625c5
3 changed files with 3 additions and 7 deletions
+1
View File
@@ -11,3 +11,4 @@ vim.g.netrw_sort_options = 'i'
vim.g.netrw_sort_sequence = '[\\/]\\s*,*'
vim.g.netrw_special_syntax = 1
vim.g.netrw_timefmt = '%d-%m-%Y %H:%M'
vim.g.c_syntax_for_h = 1