From 081c3de2af751db0d0074160456b68d1ffb0a733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Sat, 10 Oct 2020 16:07:25 +0300 Subject: Switch to more based indentation method Also cleanup indentation in main configuration file, and consolidate several filetype specific settings in the main config file. --- dotfiles/.local/share/nvim/site/after/ftplugin/python.vim | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 dotfiles/.local/share/nvim/site/after/ftplugin/python.vim (limited to 'dotfiles/.local/share/nvim/site/after/ftplugin/python.vim') diff --git a/dotfiles/.local/share/nvim/site/after/ftplugin/python.vim b/dotfiles/.local/share/nvim/site/after/ftplugin/python.vim deleted file mode 100644 index 289b7cd..0000000 --- a/dotfiles/.local/share/nvim/site/after/ftplugin/python.vim +++ /dev/null @@ -1,2 +0,0 @@ -setlocal shiftwidth=4 -setlocal tabstop=4 -- cgit v1.2.3