Provision python 3.12
This commit is contained in:
parent
199f40b0ea
commit
3ca4225f7c
3 changed files with 3 additions and 0 deletions
|
|
@ -159,6 +159,7 @@ vim.diagnostic.config({
|
|||
|
||||
local enable_formatting = os.getenv("ENABLE_FORMATTING", False)
|
||||
|
||||
-- TODO: fix error message: [LSP] Format request failed, no matching language servers.
|
||||
-- format buffers before saving for specific LSPs
|
||||
if (enable_formatting) then
|
||||
local excluded_clients = { 'pyright' }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue