mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
fix: status line info
This commit is contained in:
parent
e9d75bd429
commit
aeeb5ccd1f
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ return {
|
||||||
local formatters = conform.list_formatters_for_buffer()
|
local formatters = conform.list_formatters_for_buffer()
|
||||||
if formatters and #formatters > 0 then
|
if formatters and #formatters > 0 then
|
||||||
vim.list_extend(buf_client_names, formatters)
|
vim.list_extend(buf_client_names, formatters)
|
||||||
else
|
elseif supported_formatters and #supported_formatters == 0 then
|
||||||
-- check if lspformat
|
-- check if lspformat
|
||||||
local lsp_format = require("conform.lsp_format")
|
local lsp_format = require("conform.lsp_format")
|
||||||
local bufnr = vim.api.nvim_get_current_buf()
|
local bufnr = vim.api.nvim_get_current_buf()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue