From 8c40f683131b800c615d9b0574f5b27c8d6af63e Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Fri, 5 Jan 2024 14:54:08 -0700 Subject: [PATCH] Also unset indentexpr Because otherwise we still get 'helpful' indent behavior --- private_dot_config/nvim/after/indent/python.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/private_dot_config/nvim/after/indent/python.vim b/private_dot_config/nvim/after/indent/python.vim index b39c1e9..78e7979 100644 --- a/private_dot_config/nvim/after/indent/python.vim +++ b/private_dot_config/nvim/after/indent/python.vim @@ -1 +1,2 @@ set noautoindent +set indentexpr=