We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af6a42f commit 532b496Copy full SHA for 532b496
init.lua
@@ -767,7 +767,7 @@ require('lazy').setup({
767
-- Disable "format_on_save lsp_fallback" for languages that don't
768
-- have a well standardized coding style. You can add additional
769
-- languages here or re-enable it for the disabled ones.
770
- local disable_filetypes = { c = true, cpp = true }
+ local disable_filetypes = { c = true, cpp = true, python = true }
771
if disable_filetypes[vim.bo[bufnr].filetype] then
772
return nil
773
else
0 commit comments