diff --git a/.config/nvim/lua/my/fileformats.lua b/.config/nvim/lua/my/fileformats.lua index 85a8422..f5f1f3e 100644 --- a/.config/nvim/lua/my/fileformats.lua +++ b/.config/nvim/lua/my/fileformats.lua @@ -12,7 +12,7 @@ packer.use { additional_vim_regex_highlighting = { 'org' } }, ensure_installed = { - 'org', 'css', 'comment', 'json', 'json5', + 'org', 'html', 'css', 'comment', 'json', 'json5', 'cpp', 'c', 'lua', 'bash', 'javascript' ,'cmake', 'make', }, }