From 511efe89ed084bc922ae142d32e08427859198f4 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 10 Jun 2024 23:07:28 +0200 Subject: nvim: Completely rewrite my configuration --- .config/nvim/after/ftplugin/python.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.config/nvim/after/ftplugin/python.lua') diff --git a/.config/nvim/after/ftplugin/python.lua b/.config/nvim/after/ftplugin/python.lua index a97fe2e..c37615b 100644 --- a/.config/nvim/after/ftplugin/python.lua +++ b/.config/nvim/after/ftplugin/python.lua @@ -1,2 +1 @@ -vim.opt_local.textwidth = 100 -vim.opt_local.expandtab = false +vim.bo.expandtab = false -- cgit v1.2.3