fix(neovim): adjust lsp identation

This commit is contained in:
Alexandre Cavalheiro 2024-11-30 13:38:31 -03:00
parent 3c3c049bb5
commit 572dbcf844
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -40,6 +40,7 @@ in
"svelte", "svelte",
"tsx", "tsx",
"typescript", "typescript",
"vue",
}, },
ignore_filetypes = { -- disable format on save for specified filetypes ignore_filetypes = { -- disable format on save for specified filetypes
-- "python", -- "python",