enc: cpp confug default

This commit is contained in:
asep.komarudin 2024-06-24 12:05:25 +07:00
parent 22fef75144
commit f7c84d58f8
6 changed files with 46 additions and 39 deletions

View file

@ -108,7 +108,7 @@ return {
-- add conform.nvim
local status, conform = pcall(require, "conform")
if status then
if status and supported_formatters and #supported_formatters == 0 then
local formatters = conform.list_formatters_for_buffer()
if formatters and #formatters > 0 then
vim.list_extend(buf_client_names, formatters)