nvim try to fix python indent on colon

This commit is contained in:
Henrik Bakken
2025-02-02 23:45:11 +01:00
parent 1a746a0c2c
commit 01e8de7148
+1 -1
View File
@@ -545,7 +545,7 @@ require("lazy").setup({
ensure_installed = { "c", "cpp", "lua", "vimdoc", "gitcommit", "git_rebase", "bash", "python" }, ensure_installed = { "c", "cpp", "lua", "vimdoc", "gitcommit", "git_rebase", "bash", "python" },
auto_install = true, auto_install = true,
highlight = { enable = true }, highlight = { enable = true },
indent = { enable = true, additional_vim_regex_highlighting = { "python" } }, indent = { disable = { "python" }, additional_vim_regex_highlighting = { "python" } },
incremental_selection = { incremental_selection = {
enable = true, enable = true,
keymaps = { keymaps = {