transparent

This commit is contained in:
ZaneFerns360 2024-09-13 00:32:15 +05:30
parent d2bdce1a9b
commit fb0af05bc3
2 changed files with 55 additions and 1 deletions

View file

@ -767,7 +767,7 @@ require('lazy').setup({
-- Disable "format_on_save lsp_fallback" for languages that don't
-- have a well standardized coding style. You can add additional
-- languages here or re-enable it for the disabled ones.
-- local disable_filetypes = { c = true, cpp = true }
local disable_filetypes = { c = true, cpp = true }
local lsp_format_opt
if disable_filetypes[vim.bo[bufnr].filetype] then
lsp_format_opt = 'never'